-
Notifications
You must be signed in to change notification settings - Fork 285
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
Add radius to DO_REPOSITION #240
Conversation
upstream PR mavlink#1787 |
I've discussed this with @WickedShell who's in favor of it. |
df2833c
to
cd04d3b
Compare
I'm having second thoughts about this. Would probably be better to just use a new enum entry in MAV_DO_REPOSITION_FLAGS to say radius is included and overrides the yaw value for planes |
cd04d3b
to
4e5b903
Compare
I've updated the upstream PR mavlink#1825 |
4e5b903
to
003c6a7
Compare
This was discussed at the mavlink dev call per comment mavlink#1825 (comment) and the upstream PR was updated. I'll make an ardupilot/ardupilot PR but we don't necessarily need to update mavlink quite yet. It's just utilizing an existing unused param3 |
Ardupilot implementation: ArduPilot/ardupilot#19860 |
upstream merged mavlink#1825 |
can someone please merge this |
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.
Same as upstream and previously discussed.
Add Radius to CMD_DO_REPOSIITON for better atomic operations of control on guided commands. It uses language from the other CMD_NAV_LOITER commands