mirror of https://github.com/ArduPilot/ardupilot
Plane: reset target speed on disarm
allows for multiple auto missions with DO_CHANGE_SPEED
This commit is contained in:
parent
11fbeb9b8f
commit
4107eee94f
|
@ -262,6 +262,10 @@ bool AP_Arming_Plane::disarm(const AP_Arming::Method method, bool do_disarm_chec
|
|||
}
|
||||
#endif
|
||||
|
||||
// re-initialize speed variable used in AUTO and GUIDED for
|
||||
// DO_CHANGE_SPEED commands
|
||||
plane.new_airspeed_cm = -1;
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Throttle disarmed");
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue