mirror of
https://github.com/mavlink/mavlink.git
synced 2026-06-19 07:35:34 +00:00
MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_LOCAL_NED and friend - make more precise
This commit is contained in:
@@ -2967,13 +2967,13 @@
|
||||
<description>Autopilot supports the new FILE_TRANSFER_PROTOCOL message type.</description>
|
||||
</entry>
|
||||
<entry value="64" name="MAV_PROTOCOL_CAPABILITY_SET_ATTITUDE_TARGET">
|
||||
<description>Autopilot supports commanding attitude offboard.</description>
|
||||
<description>Autopilot supports the SET_ATTITUDE_TARGET message (for commanding attitude from an offboard controller).</description>
|
||||
</entry>
|
||||
<entry value="128" name="MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_LOCAL_NED">
|
||||
<description>Autopilot supports commanding position and velocity targets in local NED frame.</description>
|
||||
<description>Autopilot supports the SET_POSITION_TARGET_LOCAL_NED message (for commanding position and velocity targets in local NED frame).</description>
|
||||
</entry>
|
||||
<entry value="256" name="MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_GLOBAL_INT">
|
||||
<description>Autopilot supports commanding position and velocity targets in global scaled integers.</description>
|
||||
<description>Autopilot supports the SET_POSITION_TARGET_GLOBAL_INT message (for commanding position and velocity targets in global scaled integers).</description>
|
||||
</entry>
|
||||
<entry value="512" name="MAV_PROTOCOL_CAPABILITY_TERRAIN">
|
||||
<description>Autopilot supports terrain protocol / data handling.</description>
|
||||
|
||||
Reference in New Issue
Block a user