Browse Source
The old behaviour adjusts the takeoff altitude set by the user with a slider to be higher than the minimum takeoff altitude as definied by the param MIS_TAKEOFF_ALT. This can be very confusing (and dangerous) as the slider to enter the altitude does not reflect that. It always goes from 0m to 100m. For example: the param is set to 10m. Now the user can command a takeoff and set the slider to 1.5m. The drone will then takeoff and climb to 10m completely without warning I don't think it makes much sense to magically change the user input without feedback. Therefore, I removed the adjustment. With this change the drone will just go to the altitude commanded by the slider.QGC4.4
2 changed files with 1 additions and 16 deletions
Loading…
Reference in new issue