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

imu plugin: publish differential pressure #1001

Merged
merged 2 commits into from
Apr 13, 2018

Conversation

tstastny
Copy link
Contributor

publishes the differential pressure member of the highres imu message from px4.

@@ -384,19 +386,33 @@ class IMUPlugin : public plugin::PluginBase {
}
// [mag_available]

/** Check if pressure sensor data is available:
/** Check if static pressure sensor data is available:
* @snippet src/plugins/imu.cpp pressure_available
Copy link
Member

Choose a reason for hiding this comment

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

@snippet src/plugins/imu.cpp static_pressure_available

// [static_pressure_available]

/** Check if differential pressure sensor data is available:
* @snippet src/plugins/imu.cpp pressure_available
Copy link
Member

Choose a reason for hiding this comment

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

@snippet src/plugins/imu.cpp differential_pressure_available

Copy link
Member

@TSC21 TSC21 left a comment

Choose a reason for hiding this comment

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

LGTM. Just needs the small change on the Doxygen lines.

Copy link
Member

@vooon vooon left a comment

Choose a reason for hiding this comment

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

LGTM

@vooon vooon added this to the Version 0.25 milestone Apr 13, 2018
@vooon vooon merged commit 815e26d into mavlink:master Apr 13, 2018
@tstastny tstastny deleted the feature/publish_differential_pressure branch April 22, 2018 18:24
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.

None yet

3 participants