mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +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