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

TelemetryLogGraph: Fix some messages not being graphed #1465

Merged
merged 1 commit into from Feb 4, 2017

Conversation

MRazgunas
Copy link
Contributor

This bug is caused when mavlink message name has _t in it. For example mavlink_pid_tuning_t. Old code would remove both _t which would result in name PIDUNING

Before fix:
image

After fix:
image

This bug is caused when mavlink message name has _t in it. For example mavlink_pid_tuning_t. Old code would remove both _t which would result in name PIDUNING
@meee1 meee1 merged commit 6b87f23 into ArduPilot:master Feb 4, 2017
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.

None yet

2 participants