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

improve position estimate by feeding pressure sensor data through IMU sensor fusion board #47

Open
aksell opened this issue Jan 29, 2018 · 3 comments

Comments

@aksell
Copy link
Collaborator

aksell commented Jan 29, 2018

The IMU board used on project Otterholm features a sensor fusion chip that improves the accuracy of the IMU.

The sensor fusion chip is sensor agnostic meaning that it can take data from most sensors as long as the sensor is I2C register readable. We can therefore feed the sensor fusion algorithm data from the pressure sensor to give us a more precise position estimate. kriswiner has a nice wiki on sensor fusion with the IMU board, this might be a good place to start implementing this.

@aksell
Copy link
Collaborator Author

aksell commented Jan 29, 2018

To clarify project Otterholm is the name of VortexNTNU's ROV project intended for use in the 2018 MATE competition

@sindrehan
Copy link
Contributor

Including data from the pressure sensor in the fusion algorithm is not really a matter of improving the accuracy for pressure, but rather to feed the algorithm more data to allow it give us a more precise position/attitude estimate.

@aksell
Copy link
Collaborator Author

aksell commented Jan 30, 2018

You are right, I'll clarify the issue.

@aksell aksell changed the title improve pressure sensor accuracy using sensor fusion with the IMU board improve position estimate by feeding pressure sensor data through IMU sensor fusion board Jan 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants