Skip to content

fixing order of inputs in python example script #578

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

Merged

Conversation

crisdeodates
Copy link
Contributor

@crisdeodates crisdeodates commented Apr 14, 2023

Think this needs to be fixed in the example -> manual_control.py
The order of inputs roll, pitch, throttle, yaw in the example seems to be incorrect.
The correct order needs to be pitch, roll, throttle, yaw (reference).

Resolves #579

Copy link
Collaborator

@JonasVautherin JonasVautherin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That seems correct indeed. I assume you tested it?

@crisdeodates
Copy link
Contributor Author

tested in SITL

@crisdeodates crisdeodates reopened this Apr 14, 2023
@JonasVautherin JonasVautherin merged commit f2168b8 into mavlink:main Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Order of inputs in the manual control example is incorrect
2 participants