IMU Saturation #75
-
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,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
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,
|
Beta Was this translation helpful? Give feedback.
-
Great, thanks Curtis! -Hans
|
Beta Was this translation helpful? Give feedback.
-
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,
|
Beta Was this translation helpful? Give feedback.
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,