autogenerated headers for rev https://github.com/mavlink/mavlink/tree/fdb0c2a46df7b50c458efb53feb6b3311fd7ec90
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ typedef enum MAV_MODE_FLAG
|
|||||||
MAV_MODE_FLAG_STABILIZE_ENABLED=16, /* 0b00010000 system stabilizes electronically its attitude (and optionally position). It needs however further control inputs to move around. | */
|
MAV_MODE_FLAG_STABILIZE_ENABLED=16, /* 0b00010000 system stabilizes electronically its attitude (and optionally position). It needs however further control inputs to move around. | */
|
||||||
MAV_MODE_FLAG_HIL_ENABLED=32, /* 0b00100000 hardware in the loop simulation. All motors / actuators are blocked, but internal software is full operational. | */
|
MAV_MODE_FLAG_HIL_ENABLED=32, /* 0b00100000 hardware in the loop simulation. All motors / actuators are blocked, but internal software is full operational. | */
|
||||||
MAV_MODE_FLAG_MANUAL_INPUT_ENABLED=64, /* 0b01000000 remote control input is enabled. | */
|
MAV_MODE_FLAG_MANUAL_INPUT_ENABLED=64, /* 0b01000000 remote control input is enabled. | */
|
||||||
MAV_MODE_FLAG_SAFETY_ARMED=128, /* 0b10000000 MAV safety set to armed. Motors are enabled / running / can start. Ready to fly. | */
|
MAV_MODE_FLAG_SAFETY_ARMED=128, /* 0b10000000 MAV safety set to armed. Motors are enabled / running / can start. Ready to fly. Additional note: this flag is to be ignore when sent in the command MAV_CMD_DO_SET_MODE and MAV_CMD_COMPONENT_ARM_DISARM shall be used instead. The flag can still be used to report the armed state. | */
|
||||||
MAV_MODE_FLAG_ENUM_END=129, /* | */
|
MAV_MODE_FLAG_ENUM_END=129, /* | */
|
||||||
} MAV_MODE_FLAG;
|
} MAV_MODE_FLAG;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
<enum name="MAV_MODE_FLAG">
|
<enum name="MAV_MODE_FLAG">
|
||||||
<description>These flags encode the MAV mode.</description>
|
<description>These flags encode the MAV mode.</description>
|
||||||
<entry value="128" name="MAV_MODE_FLAG_SAFETY_ARMED">
|
<entry value="128" name="MAV_MODE_FLAG_SAFETY_ARMED">
|
||||||
<description>0b10000000 MAV safety set to armed. Motors are enabled / running / can start. Ready to fly.</description>
|
<description>0b10000000 MAV safety set to armed. Motors are enabled / running / can start. Ready to fly. Additional note: this flag is to be ignore when sent in the command MAV_CMD_DO_SET_MODE and MAV_CMD_COMPONENT_ARM_DISARM shall be used instead. The flag can still be used to report the armed state.</description>
|
||||||
</entry>
|
</entry>
|
||||||
<entry value="64" name="MAV_MODE_FLAG_MANUAL_INPUT_ENABLED">
|
<entry value="64" name="MAV_MODE_FLAG_MANUAL_INPUT_ENABLED">
|
||||||
<description>0b01000000 remote control input is enabled.</description>
|
<description>0b01000000 remote control input is enabled.</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user