Skip to content

Commit

Permalink
MissionPlanner:add DO_SET_HOME to Copter and Rover
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Dec 30, 2024
1 parent e6bfc67 commit 0aa00a4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
22 changes: 20 additions & 2 deletions ExtLibs/Xamarin/Xamarin/Resources/mavcmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@
<Y></Y>
<Z></Z>
</DO_SET_CAM_TRIGG_DIST>
<DO_SET_HOME>
<P1>Current(1)/Spec(0)</P1>
<P2></P2>
<P3></P3>
<P4></P4>
<X>Lat</X>
<Y>Long</Y>
<Z>Alt</Z>
</DO_SET_HOME>
<DO_SET_RELAY>
<P1>Relay No</P1>
<P2>off(0)/on(1)</P2>
Expand Down Expand Up @@ -685,7 +694,16 @@
<Y></Y>
<Z></Z>
</DO_GRIPPER>
<DO_SET_ROI>
<DO_SET_HOME>
<P1>Current(1)/Spec(0)</P1>
<P2></P2>
<P3></P3>
<P4></P4>
<X>Lat</X>
<Y>Long</Y>
<Z>Alt</Z>
</DO_SET_HOME>
<DO_SET_ROI>
<P1></P1>
<P2></P2>
<P3></P3>
Expand Down Expand Up @@ -821,4 +839,4 @@
<Z></Z>
</DO_MOUNT_CONTROL>
</APRover>
</CMD>
</CMD>
18 changes: 18 additions & 0 deletions mavcmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@
<Y></Y>
<Z></Z>
</DO_SET_CAM_TRIGG_DIST>
<DO_SET_HOME>
<P1>Current(1)/Spec(0)</P1>
<P2></P2>
<P3></P3>
<P4></P4>
<X>Lat</X>
<Y>Long</Y>
<Z>Alt</Z>
</DO_SET_HOME>
<DO_SET_RELAY>
<P1>Relay No</P1>
<P2>off(0)/on(1)</P2>
Expand Down Expand Up @@ -1206,6 +1215,15 @@
<Y></Y>
<Z></Z>
</DO_SET_REVERSE>
<DO_SET_HOME>
<P1>Current(1)/Spec(0)</P1>
<P2></P2>
<P3></P3>
<P4></P4>
<X>Lat</X>
<Y>Long</Y>
<Z>Alt</Z>
</DO_SET_HOME>
<DO_SET_ROI>
<P1></P1>
<P2></P2>
Expand Down

0 comments on commit 0aa00a4

Please sign in to comment.