Skip to content

Commit

Permalink
Added winch component ID. Added winch LOAD_PAYLOAD command. Added sta…
Browse files Browse the repository at this point in the history
…tus flags for LOCKING, LOAD_LINE, and LOAD_PAYLOAD. (mavlink#1899)
  • Loading branch information
dakejahl authored Nov 3, 2022
1 parent 1618ffb commit 708fb8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,9 @@
<entry value="8" name="WINCH_ABANDON_LINE">
<description>Spool out the entire length of the line. Only action and instance command parameters are used, others are ignored.</description>
</entry>
<entry value="9" name="WINCH_LOAD_PAYLOAD">
<description>Spools out just enough to present the hook to the user to load the payload. Only action and instance command parameters are used, others are ignored</description>
</entry>
</enum>
<!-- UAVCAN node health enumeration -->
<enum name="UAVCAN_NODE_HEALTH">
Expand Down Expand Up @@ -4653,6 +4656,15 @@
<entry value="1024" name="MAV_WINCH_STATUS_ABANDON_LINE">
<description>Winch is abandoning the line and possibly payload. Winch unspools the entire calculated line length. This is a failover state from REDELIVER if the number of attempts exceeds a threshold.</description>
</entry>
<entry value="2048" name="MAV_WINCH_STATUS_LOCKING">
<description>Winch is engaging the locking mechanism.</description>
</entry>
<entry value="4096" name="MAV_WINCH_STATUS_LOAD_LINE">
<description>Winch is spooling on line.</description>
</entry>
<entry value="8192" name="MAV_WINCH_STATUS_LOAD_PAYLOAD">
<description>Winch is loading a payload.</description>
</entry>
</enum>
<enum name="MAG_CAL_STATUS">
<entry value="0" name="MAG_CAL_NOT_STARTED"/>
Expand Down
3 changes: 3 additions & 0 deletions message_definitions/v1.0/minimal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,9 @@
<entry value="161" name="MAV_COMP_ID_PARACHUTE">
<description>Parachute component.</description>
</entry>
<entry value="169" name="MAV_COMP_ID_WINCH">
<description>Winch component.</description>
</entry>
<entry value="171" name="MAV_COMP_ID_GIMBAL2">
<description>Gimbal #2.</description>
</entry>
Expand Down

0 comments on commit 708fb8f

Please sign in to comment.