mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Navigator: Add mission state feedback
This commit is contained in:
parent
09d8476c1d
commit
a686d9a166
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user