mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 09:40:35 +08:00
navigator: added missing offboard state
This commit is contained in:
@@ -363,6 +363,7 @@ Navigator::task_main()
|
||||
break;
|
||||
case NAVIGATION_STATE_LAND:
|
||||
case NAVIGATION_STATE_TERMINATION:
|
||||
case NAVIGATION_STATE_OFFBOARD:
|
||||
default:
|
||||
_navigation_mode = nullptr;
|
||||
_is_in_loiter = false;
|
||||
|
||||
Reference in New Issue
Block a user