Browse Source

AC2 fix guide mode fly off

master
Michael Oborne 14 years ago
parent
commit
e85e3b87a8
  1. 2
      ArduCopter/ArduCopter.pde

2
ArduCopter/ArduCopter.pde

@ -1046,6 +1046,8 @@ static void update_navigation() @@ -1046,6 +1046,8 @@ static void update_navigation()
case GUIDED:
wp_control = WP_MODE;
// check if we are close to point > loiter
verify_nav_wp();
update_auto_yaw();
update_nav_wp();

Loading…
Cancel
Save