mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
AC2 fix guide mode fly off
This commit is contained in:
parent
d89e944254
commit
c7c8c309be
@ -1046,6 +1046,8 @@ static void update_navigation()
|
|||||||
|
|
||||||
case GUIDED:
|
case GUIDED:
|
||||||
wp_control = WP_MODE;
|
wp_control = WP_MODE;
|
||||||
|
// check if we are close to point > loiter
|
||||||
|
verify_nav_wp();
|
||||||
|
|
||||||
update_auto_yaw();
|
update_auto_yaw();
|
||||||
update_nav_wp();
|
update_nav_wp();
|
||||||
|
Loading…
Reference in New Issue
Block a user