mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
Common: add two new capabilities
This commit is contained in:
parent
6f6afe663c
commit
4cf49b1f4e
@ -1447,6 +1447,12 @@
|
|||||||
<entry value="1024" name="MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET">
|
<entry value="1024" name="MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET">
|
||||||
<description>Autopilot supports direct actuator control.</description>
|
<description>Autopilot supports direct actuator control.</description>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry value="2048" name="MAV_PROTOCOL_CAPABILITY_FORCE_DISARM">
|
||||||
|
<description>Autopilot supports forced disarming.</description>
|
||||||
|
</entry>
|
||||||
|
<entry value="4096" name="MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION">
|
||||||
|
<description>Autopilot supports onboard compass calibration.</description>
|
||||||
|
</entry>
|
||||||
</enum>
|
</enum>
|
||||||
<enum name="MAV_ESTIMATOR_TYPE">
|
<enum name="MAV_ESTIMATOR_TYPE">
|
||||||
<description>Enumeration of estimator types</description>
|
<description>Enumeration of estimator types</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user