Browse Source

Copter: make guided mode start at current location

master
Randy Mackay 12 years ago
parent
commit
d1afd2fb9b
  1. 1
      ArduCopter/system.pde

1
ArduCopter/system.pde

@ -462,6 +462,7 @@ static void set_mode(uint8_t mode) @@ -462,6 +462,7 @@ static void set_mode(uint8_t mode)
set_throttle_mode(GUIDED_THR);
set_nav_mode(GUIDED_NAV);
wp_verify_byte = 0;
guided_WP = current_loc;
set_next_WP(&guided_WP);
break;

Loading…
Cancel
Save