You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
IMU boardused onproject Otterholmfeatures asensor fusion chipthat 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 sensorto give us a more precise position estimate. kriswiner has a nicewikion sensor fusion with theIMU board, this might be a good place to start implementing this.