-
Notifications
You must be signed in to change notification settings - Fork 1k
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
imu plugin: publish differential pressure #1001
Conversation
mavros/src/plugins/imu.cpp
Outdated
@@ -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 |
There was a problem hiding this comment.
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
mavros/src/plugins/imu.cpp
Outdated
// [static_pressure_available] | ||
|
||
/** Check if differential pressure sensor data is available: | ||
* @snippet src/plugins/imu.cpp pressure_available |
There was a problem hiding this comment.
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
There was a problem hiding this 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
publishes the differential pressure member of the highres imu message from px4.