mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
development: extend ACTUATOR_TEST_GROUP with thrust actuators (#2476)
This commit is contained in:
@@ -419,6 +419,15 @@
|
||||
<entry value="3" name="ACTUATOR_TEST_GROUP_COLLECTIVE_TILT">
|
||||
<description>Actuators that affect collective tilt.</description>
|
||||
</entry>
|
||||
<entry value="4" name="ACTUATOR_TEST_GROUP_X_THRUST">
|
||||
<description>Actuators that contribute to x (longitudinal, positive = forward) thrust.</description>
|
||||
</entry>
|
||||
<entry value="5" name="ACTUATOR_TEST_GROUP_Y_THRUST">
|
||||
<description>Actuators that contribute to y (lateral, positive = right) thrust.</description>
|
||||
</entry>
|
||||
<entry value="6" name="ACTUATOR_TEST_GROUP_Z_THRUST">
|
||||
<description>Actuators that contribute to z (vertical, positive = down) thrust.</description>
|
||||
</entry>
|
||||
</enum>
|
||||
<enum name="ESC_FIRMWARE">
|
||||
<description>ESC firmware type identifier.</description>
|
||||
|
||||
Reference in New Issue
Block a user