Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added mission checksum message #1172

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,18 @@
<param index="1" label="First Item" minValue="0" increment="1">first_item: the first mission item to run</param>
<param index="2" label="Last Item" minValue="0" increment="1">last_item: the last mission item to run (after this item is run, the mission ends)</param>
</entry>
<entry value="350" name="MAV_CMD_MISSION_CHECKSUM" hasLocation="false" isDestination="false">
<wip/>
<!-- This message is work-in-progress and it can therefore change. It should NOT be used in stable production environments. -->
<description>Calculate mission checksum and put in beginning of mission to easily test mission synchronisation</description>
<param index="1" label="Checksum bytes 1 and 2"> </param>
hamishwillee marked this conversation as resolved.
Show resolved Hide resolved
<param index="2" label="Checksum bytes 3 and 4"> </param>
<param index="3" label="Checksum bytes 5 and 6"> </param>
<param index="4" label="Checksum bytes 7 and 8"> </param>
<param index="5" label="Checksum bytes 9 and 10"> </param>
<param index="6" label="Checksum bytes 11 and 12"> </param>
<param index="7" label="Checksum bytes 13 and 14"> </param>
</entry>
<entry value="400" name="MAV_CMD_COMPONENT_ARM_DISARM" hasLocation="false" isDestination="false">
<description>Arms / Disarms a component</description>
<param index="1" label="Arm" minValue="0" maxValue="1" increment="1">0: disarm, 1: arm</param>
Expand Down