Closed fergcd closed 3 years ago
I think you need to change the extrinsics: from
extrinsicRot: [-1, 0, 0,
0, 1, 0,
0, 0, -1]
extrinsicRPY: [0, 1, 0,
-1, 0, 0,
0, 0, 1]
to
extrinsicRot: [1, 0, 0,
0, 1, 0,
0, 0, 1]
extrinsicRPY: [1, 0, 0,
0, 1, 0,
0, 0, 1]
@MyEvolution Thank you, but I already tried it and it didn't work...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm running LIO-SAM with VLP-32C and 9-axis IMU.
I got results like below.
LIO-SAM with 9-axis IMU data with acc, gyro, causing zig-zag and jumping problem
LIO-SAM with 9-axis IMU data without acc, gyro by using fixed value like below imu_msg.angular_velocity.x = 0.0; imu_msg.angular_velocity.y = 0.0; imu_msg.angular_velocity.z = 0.0; imu_msg.linear_acceleration.x = 0.0; imu_msg.linear_acceleration.y = 0.0; imu_msg.linear_acceleration.z = -9.80665;
I don't understand why it seems to work well with 9-axis IMU data without acc, gyro.
Is there anyone who can tell me the reason?
In other words, do I still need acc and gyro in sensor_msgs/Imu message even if I have imu's orientation produced with acc, gyro and magnatic?
Here is my params.yaml
========================================================================