mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 00:58:37 -04:00
GCS_MAVLink: update common.h enum
This commit is contained in:
parent
f4e2463edc
commit
e0baaa516a
@ -524,7 +524,9 @@ typedef enum MAV_PROTOCOL_CAPABILITY
|
||||
MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_GLOBAL_INT=256, /* Autopilot supports commanding position and velocity targets in global scaled integers. | */
|
||||
MAV_PROTOCOL_CAPABILITY_TERRAIN=512, /* Autopilot supports terrain protocol / data handling. | */
|
||||
MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET=1024, /* Autopilot supports direct actuator control. | */
|
||||
MAV_PROTOCOL_CAPABILITY_ENUM_END=1025, /* | */
|
||||
MAV_PROTOCOL_CAPABILITY_FORCE_DISARM=2048, /* Autopilot supports forced disarming. | */
|
||||
MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION=4096, /* Autopilot supports onboard compass calibration. | */
|
||||
MAV_PROTOCOL_CAPABILITY_ENUM_END=4097, /* | */
|
||||
} MAV_PROTOCOL_CAPABILITY;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user