-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add AHRS sensor #144
Comments
@caguero @braanan I've been digging through LRAUV and Ignition code. Also played a bit with the latest MBARI Docker image. I think we have two options here:
In both cases, we'll need to update the |
We could start with (1) that requires less custom code. We could potentially play with the topic names to give the impression that data is coming from the same sensor.
|
Thanks, Mich. I agree with @caguero, option 1 sounds like the path of least resistance. I think we should consider integrating the IMU/Mag receive interface in the lrauv-app instead of adding more fields to TethysComms' state msg. This should be straightforward as we already have multiple Ign transport nodes in the lrauv-app. |
Alright, considering all PRs have been merged and Docker images have been updated, I think we call this done. Closing. |
Add an "Attitude and Heading Reference System", which we may be able to implement as a combination of an IMU and a magnetometer.
Here's the data it needs to output:
The text was updated successfully, but these errors were encountered: