Skip to content

Commit

Permalink
MissionPlanner:add DO_SET_HOME to Copter and Rover (#3470)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Oborne <[email protected]>
  • Loading branch information
Hwurzburg and meee1 authored Jan 10, 2025
1 parent fc8a857 commit 03efc5e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ExtLibs/Xamarin/Xamarin/Resources/mavcmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,15 @@
<Y></Y>
<Z></Z>
</DO_REPEAT_SERVO>
<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_CAM_TRIGG_DIST>
<P1>Dist (m)</P1>
<P2></P2>
Expand Down
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 03efc5e

Please sign in to comment.