mirror of https://github.com/ArduPilot/ardupilot
set Slow WP option for RTL in Auto mode
This commit is contained in:
parent
cae49b3543
commit
33d4d52a6b
|
@ -208,6 +208,10 @@ static void do_RTL(void)
|
|||
// --------------------
|
||||
set_next_WP(&temp);
|
||||
|
||||
|
||||
// We want to come home and stop on a dime
|
||||
slow_wp = true;
|
||||
|
||||
// output control mode to the ground station
|
||||
// -----------------------------------------
|
||||
gcs_send_message(MSG_HEARTBEAT);
|
||||
|
|
Loading…
Reference in New Issue