Hello everyone,
I am working on a project that utilizes a SLAM algorithm with our BlueROV2, which is equipped with a Navigator flight controller.
For our SLAM implementation to perform accurately, we require both the gyroscope and accelerometer data streams to have a consistent output rate of over 200Hz.
Our current setup uses the primary, on-board ICM20602 IMU. After reviewing the ICM20602 datasheet, I’ve noted that the sensor’s data output rate is primarily controlled by the SMPLRT_DIV
register.
My question is: Which ArduPilot parameter is responsible for configuring the sample rate of the ICM20602 IMU?
I have searched through the full parameter list but have been unable to definitively identify the parameter that adjusts the backend sample rate for this specific IMU. Just to note, available bandwidth is not a concern for our application.
Any guidance on which parameter to modify would be greatly appreciated.
Thank you!