mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 15:57:36 +08:00
836c7c6575
The drag is based on max_acc/max_vel, which means that increasing the maximum velocity leads to slower braking (at the same starting speed). Especially a combination of small max_acc (slow responsiveness) with high max_vel led to an exceedingly high braking distance. This improves that while still being smooth.