Skip to content
Snippets Groups Projects
Commit 7253e152 authored by Grant Morphett's avatar Grant Morphett Committed by Andrew Tridgell
Browse files

APMRover: added new MAV_CMD_DO_SET_REVERSE for reverse control

parent 63914ad5
No related branches found
No related tags found
No related merge requests found
...@@ -1010,6 +1010,16 @@ ...@@ -1010,6 +1010,16 @@
<param index="6">Reserved</param> <param index="6">Reserved</param>
<param index="7">Reserved</param> <param index="7">Reserved</param>
</entry> </entry>
<entry value="194" name="MAV_CMD_DO_SET_REVERSE">
<description>Set moving direction to forward or reverse.</description>
<param index="1">Direction (0=Forward, 1=Reverse)</param>
<param index="2">Empty</param>
<param index="3">Empty</param>
<param index="4">Empty</param>
<param index="5">Empty</param>
<param index="6">Empty</param>
<param index="7">Empty</param>
</entry>
<entry value="200" name="MAV_CMD_DO_CONTROL_VIDEO"> <entry value="200" name="MAV_CMD_DO_CONTROL_VIDEO">
<description>Control onboard camera system.</description> <description>Control onboard camera system.</description>
<param index="1">Camera ID (-1 for all)</param> <param index="1">Camera ID (-1 for all)</param>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment