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

logger: Add logging profile to support comparison of multiple sensors #8134

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

priseborough
Copy link
Contributor

This is required to assist users with diagnosing pre-arm sensor consistency failures.

@@ -624,6 +624,14 @@ void Logger::add_thermal_calibration_topics()
add_topic("sensor_gyro", 100);
}

void Logger::add_sensor_comparison_topics()
{
add_topic("sensor_accel", 10);
Copy link
Member

Choose a reason for hiding this comment

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

Just to clarify: 10 is the interval in ms, not Hz. Is that your intention?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No it wasn't, i will change it to 100.

@bkueng
Copy link
Member

bkueng commented Oct 17, 2017

@priseborough CI failed because of flash overflow. Can you please rebase to master?

@priseborough
Copy link
Contributor Author

OK

@dagar dagar merged commit c9f4453 into PX4:master Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants