sensorfusion calibration
Hi, Im performing the sensorfusion calibration as shown in https://youtube.com/watch?v=Bw0WuAyGsnY. However i cant get the gyroscope to be reliable. This is my output when i check sensorFusion.ReadCalibrationStateAsync(): :{accelerometer: HighAccuracy, gyroscope: Unreliable, magnetometer: HighAccuracy}
Is there someting im missing here?
This discussion has been closed.
Comments
Hrm...not sure what could be wrong. The gyro should be the first one to reach high accuracy calibration and fairly quickly too.
Does the accuracy ever change?
The gyroscope value does not change. The Accerometer and Magnometer do change depending on my calibration. Here is my full code taken from the C# tutorial:
namespace StarterApp {
The calibrate state should be polled until it the sensors report high accuracy. We are adding a function to stramline this process, but you will have to do this manually for now.
Modify your code so it does the state polling and post the result history.