mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 00:00:36 +08:00
cdf37ca557
- Avoid constantly adjusting the velocity gains with the HTE - Make sure the hover thrust integral update doesn't break even though its unit is acceleration and not unit thrust anymore We need to convert the velocity gains to not contain/depend on the hover thrust. In horizontal direction it doesn't make sense to scale them with the hover thrust and in vertical direction the adjustments are already done in the acceleration to collective thrust conversion.