Browse Source

set Slow WP option for RTL in Auto mode

mission-4.1.18
Jason Short 13 years ago
parent
commit
33d4d52a6b
  1. 4
      ArduCopter/commands_logic.pde

4
ArduCopter/commands_logic.pde

@ -208,6 +208,10 @@ static void do_RTL(void) @@ -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…
Cancel
Save