mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
offboard_control_setpoint: armed does not make sense there
This commit is contained in:
parent
4c4d14347e
commit
df9381636a
@ -69,7 +69,7 @@ struct offboard_control_setpoint_s {
|
||||
uint64_t timestamp;
|
||||
|
||||
enum OFFBOARD_CONTROL_MODE mode; /**< The current control inputs mode */
|
||||
bool armed; /**< Armed flag set, yes / no */
|
||||
|
||||
float p1; /**< ailerons roll / roll rate input */
|
||||
float p2; /**< elevator / pitch / pitch rate */
|
||||
float p3; /**< rudder / yaw rate / yaw */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user