-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
backend support for offboard/set_attitude #743
Conversation
The corresponding Droncode-Proto PR is here |
Corresponding DronecodSDK-Python PR |
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.
Suggested a fix for a small typo.
Also, I merge your PR in DronecodeSDK-Proto, so you may now update the submodule accordingly.
Thanks a lot for the work! :-)
Oh, and you should fix the indentation with |
typo fix Co-Authored-By: Jonas Vautherin <[email protected]>
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.
Thanks a lot @a6a3uh!
set_attitude
method was added recently tooffboard
plugin and it is not supported in resentoffboard
grpc backend introduced with great pull request So this adds set_attitude support.