Skip to content
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

Added yaw value in console output #1537

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Safe-bet
Copy link

I have added yaw just like pitch and roll, using the attitude handle function and adding msg.yaw in it.

@@ -66,6 +66,7 @@ def __init__(self, mpstate):
mpstate.console.set_status('Thr', 'Thr ---', row=2)
mpstate.console.set_status('Roll', 'Roll ---', row=2)
mpstate.console.set_status('Pitch', 'Pitch ---', row=2)
mpstate.console.set_status('Yaw', 'Yaw ---', row=2)
Copy link
Contributor

Choose a reason for hiding this comment

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

we already show 'Hdg' for heading, it should have the same information

Copy link
Author

Choose a reason for hiding this comment

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

Yes, you are right, Hdg and Yaw are similar, just that as Hdg isn't in degrees, so I added yaw specifically for it.

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.

2 participants