mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
2fbb70d9ca94f442de1345221be18ba738cda952 made the lowest possible throttle value commanded by stick in Stabilized mode before taking off 0. The real world problem with this is that when takeoff is detected then the entire throttle scaling range jumps from [0, MPC_MANTHR_MIN] to [MPC_MANTHR_MIN, MPC_MANTHR_MIN]. As a result whenever MPC_MANTHR_MIN is not zero there is a thrust jump on every takeoff just at the moment takeoff is detected even when the stick is moved continuously. Because of this I suggest to revert to having a higher throttle value from the beginning on because it's less complicated and there's no obvious value in starting out with zero thrust if anyways not possible to go back to zero for safety once takeoff is detected.