iNavFlight / inav

INAV: Navigation-enabled flight control software
https://inavflight.github.io
GNU General Public License v3.0
3.19k stars 1.48k forks source link

Change Waypoint mode linear climb method #10334

Closed breadoven closed 2 months ago

breadoven commented 2 months ago

Reverts Waypoint mode linear climb method back to previous version before https://github.com/iNavFlight/inav/pull/9471.

Using vertical velocity is better than using rolling altitude position because it doesn't lag the target altitude. However, it causes other problems, mainly sloppy altitude control at the target altitude, when the desired vertical velocity is low. Vertical velocity could be used again if a better method can be found that isn't too convoluted.