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