mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
no longer calling reset_nav
This commit is contained in:
parent
26267f75b2
commit
28984a72e4
@ -1392,7 +1392,7 @@ static void update_navigation()
|
|||||||
next_WP = current_loc;
|
next_WP = current_loc;
|
||||||
|
|
||||||
// clear Loiter Iterms
|
// clear Loiter Iterms
|
||||||
reset_nav();
|
//reset_nav();
|
||||||
}else{
|
}else{
|
||||||
// this is also set by GPS in update_nav
|
// this is also set by GPS in update_nav
|
||||||
wp_control = LOITER_MODE;
|
wp_control = LOITER_MODE;
|
||||||
|
Loading…
Reference in New Issue
Block a user