mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 10:20:35 +08:00
Navigator: Add mission state feedback
This commit is contained in:
@@ -191,6 +191,8 @@ public:
|
||||
|
||||
void set_mission_failure(const char *reason);
|
||||
|
||||
bool is_planned_mission() { return _navigation_mode == &_mission; }
|
||||
|
||||
private:
|
||||
|
||||
bool _task_should_exit; /**< if true, sensor task should exit */
|
||||
|
||||
Reference in New Issue
Block a user