mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 11:20:35 +08:00
404719953c
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.