How do I Calibrate Inertial Sensor in Pre_Auton?

you don’t really even need to do that, we calibrate every time you run your program. Just check calibration has finished before using it. (also, use calibrate instead of startCalibration as that function is deprecated and only there to match the gyro, the value passed is not used )

7 Likes