-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
MissionPlanner:add DO_SET_HOME to Copter and Rover #3470
Conversation
Thanks for this, I agree we should add support the DO_SET_HOME command to the list of available commands for all vehicles. I wonder if this is the correct file to modify though, perhaps its moved but the last time I did something similar I modified the mavcmd.xml file in the top level folder. |
@@ -210,7 +210,16 @@ | |||
<Y></Y> | |||
<Z></Z> | |||
</DO_SET_CAM_TRIGG_DIST> | |||
<DO_SET_RELAY> | |||
<DO_SET_HOME> | |||
<P1>Current(1)/Spec(0)</P1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine of course but I might shorten it to just "Current(1)". just an idea though, I'm fine either way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was just a copy and paste...not sure I know exactly how to change and if we do, shouldn't we change the other instances here?
Apparently, both this and the toplevel needs changing, from PeteHall's....will do
|
1ef57a4
to
0aa00a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks OK to me now although I don't know how the "Xamarin" changes are used, thanks!
Command/mission item implemented but not listed