mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
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
Block a user