Files
PX4-Autopilot/src/modules
Julian Oes 404719953c commander: fix abs bug / trigger POSCTL both ways
The check if stick were touched was only working in one direction (per
axis) because fabsf was used incorrectly.

However, this check is still only a differential check triggered by
fast movement and does not trigger if someone slowly moves a stick to
the side. Also, the sensitivity depends on the rate of the commander
loop and/or the RC update loop. The correct solution would be a proper
filtering and trigger for movement.
2017-03-11 22:41:23 +01:00
..
2017-02-25 11:04:02 +01:00
2017-03-11 10:30:38 +01:00
2017-01-29 01:18:32 +01:00
2017-03-04 22:47:54 +08:00
2017-03-10 11:28:41 +01:00
2017-03-11 11:40:14 +01:00