-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Adding driver for MicroStrain Inertial Sensors #23858
base: main
Are you sure you want to change the base?
Conversation
5e1e6a8
to
ea43d21
Compare
FYI only, when you get to the point of a full INS system, consider adding a page to https://docs.px4.io/main/en/sensor/vectornav.html - in the meantime, if you've added driver module docs you should get an entry like https://docs.px4.io/main/en/modules/modules_driver_imu.html - you can add more info that that if it is useful - such as link to product specification. |
Thank you for the feedback. We identified a bug that was preventing auto-generation. We're also working on a dedicated page in the PX4 user guide. |
ed9b1f3
to
6007743
Compare
d7c84b5
to
6007743
Compare
This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there: |
6007743
to
60a1315
Compare
@@ -89,3 +89,7 @@ | |||
[submodule "src/drivers/uavcan/libdronecan/libuavcan/dsdl_compiler/pydronecan"] | |||
path = src/drivers/uavcan/libdronecan/libuavcan/dsdl_compiler/pydronecan | |||
url = https://github.com/dronecan/pydronecan | |||
[submodule "src/drivers/ins/microstrain/mip_sdk"] | |||
path = src/drivers/ins/microstrain/mip_sdk | |||
url = https://github.com/LORD-MicroStrain/mip_sdk.git |
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.
I'll fork this for the PX4 org (just in case).
60a1315
to
8db0499
Compare
This driver enables integration of MicroStrain by HBK sensors with the PX4 autopilot system.
Supports the following sensors (At this moment):
*
MicroStrain CV7-AHRS
*
MicroStrain CV7-AR
Submodule
mip_sdk
is required to facilitate communication with MicroStrain sensors.Currently, only sensor data is published for use by EKF2. Full integration for Inertial Navigation System (INS) capabilities is in development.
Flight log includes a flight where the CV7 accel, gyro, and mag instance is prioritized
https://review.px4.io/plot_app?log=c3bd7d9e-7519-4569-8e51-82e88d31b05d