Open wongkenchiang97 opened 2 years ago
I've encounter imu excitation problem while running the "lab-bumper1.bag" dataset.
IMU linear_acc plot:
I think the x-axis's linear_acc. should be around 9.8m/s^2.
1) In this case, the gravity vector of the linear_acc. measurement is removed by the imu driver?
2) What is the unit of the linear_acc. ?
The output of the sensor is scaled by dividing 9.8m/s^2. So, the acc readings have to be multiplied by 9.8 to get the true acceleration value.
I've encounter imu excitation problem while running the "lab-bumper1.bag" dataset.
IMU linear_acc plot:
I think the x-axis's linear_acc. should be around 9.8m/s^2.
1) In this case, the gravity vector of the linear_acc. measurement is removed by the imu driver?
2) What is the unit of the linear_acc. ?