forked from Archive/PX4-Autopilot
uORB: Add navigation state
This commit is contained in:
parent
213fe0cc20
commit
9559668f0f
|
@ -95,6 +95,8 @@ struct position_setpoint_triplet_s
|
|||
struct position_setpoint_s previous;
|
||||
struct position_setpoint_s current;
|
||||
struct position_setpoint_s next;
|
||||
|
||||
unsigned nav_state; /**< report the navigation state */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue