mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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
|
#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");
|
gcs().send_text(MAV_SEVERITY_INFO, "Throttle disarmed");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user