Skip to content

Commit

Permalink
ardupilotmega: added MAV_CMD_DO_FENCE_ENABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
mday299 authored and Andrew Tridgell committed Mar 26, 2014
1 parent 36d5195 commit 3a1b00f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion message_definitions/v1.0/ardupilotmega.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,19 @@
<param index="5">Empty</param>
<param index="6">Empty</param>
<param index="7">Empty</param>
</entry>
</entry>

<entry name="MAV_CMD_DO_FENCE_ENABLE" value="207">
<description>Mission command to enable the geofence</description>
<param index="1">enable? (0=disable, 1=enable)</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>

</enum>

<!-- fenced mode enums -->
Expand Down

0 comments on commit 3a1b00f

Please sign in to comment.