USU-Robosub / Poseidon

USU's third-generation autonomous submarine
http://usub.cs.usu.edu
17 stars 0 forks source link

Sensor Fusion #171

Closed madfrog54321 closed 7 years ago

madfrog54321 commented 8 years ago

Summary

We need an object that can fuse together the Gyroscope, Compass, and Accelerometer (Gravity) data. Another object needs to combine Accelerometer and Pressure data. Camera or sonar support may be added in the future. Here is the issue defining the sensor interfaces. A Kalman filter is the recommended way to fuse sensor data. Object definitions:

OrientationProvider