Skip to content

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.

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