Page 1 of 1

IMU Saturation

Posted: Thu Nov 12, 2020 2:39 am
by kumarhans
Greetings,

I am wondering if you all have any additional datasheets for the IMU inside the X8-9 modules?

Specifically, I am trying to figure out at what point the Accelerometer/Gyro readings become saturated?

Thanks,
Hans

Re: IMU Saturation

Posted: Thu Nov 12, 2020 12:51 pm
by curtis_layton
Hi Hans,

The IMUs in all of the modules are set to saturate at 2G acceleration and 2000 degrees/second rotational speed. I don't believe we expose this in the API.

The IMU in the module is either a TDK ICM-20602 or MPU-6500, which have similar specs.

Thanks,

- Curtis

Re: IMU Saturation

Posted: Wed Nov 18, 2020 11:25 pm
by kumarhans
Great, thanks Curtis!

-Hans

Re: IMU Saturation

Posted: Mon Mar 20, 2023 12:02 pm
by dave_rollinson
Adding on to this, as of ~Oct 2021 and thru today, the actuators use the TDK InvenSense ICM-42605. This includes both the X-Series and R-Series.

The latest revision of the IO Boards uses the TDK InvenSense IIM-42652.

It's also worth noting that if you are trying to determine the orientation of the actuator from the IMU there is also an onboard state estimator that fuses the accelerometer and gyro data into a quaternion pose estimate.

There is also a 'zero-update' heuristic that runs on the gyro data in firmware that works to reduce gyro offset 'drift'.

Thanks,
-Dave