Skip to content

Added yaw value in console output#1537

Open
Safe-bet wants to merge 2 commits into
ArduPilot:masterfrom
Safe-bet:master
Open

Added yaw value in console output#1537
Safe-bet wants to merge 2 commits into
ArduPilot:masterfrom
Safe-bet:master

Conversation

@Safe-bet
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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