-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rotational offset of LIDAR #353
Comments
@MrOCW this worked for me https://www.andre-gaschler.com/rotationconverter/ |
@MrOCW have your solved this prolem? |
How did you solve your rotational offset issue? It looks more like you have figured out the transformation from lidar to imu. How did you give a tilt transform from base_link to lidar at the first place (As you mentioned your lidar tilted 45 degrees). I am also facing the same issue. IF somebody can help, that would be great. |
I have not solved it. I just mounted the lidar to face forward in the end. Never had issues with my lidar imu tf |
I could’t get decent results with a rotated IMU. I ended up mounting it the same orientation as the LIDAR and use an identity matrix to define the extrinsics. |
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. |
Hi, I have a Ouster1-32 lidar mounted 45 degrees facing northwest whereas my IMU (MTi630 R) is facing north.
![image](https://user-images.githubusercontent.com/67644448/176995384-87e48e86-3663-4a7a-8824-23c76a16bb3f.png)
Will this set up still work with LIO-SAM? If so, are these the right extrinsics?
extrinsicTrans: [x units in lidar's frame to imu, y units in lidar's frame to imu, z units in lidar's frame to imu]
extrinsicRot:
[0.707, -0.707, 0,
-0.707, 0.707, 0,
0, 0, 1]
extrinsicRPY:
[0.707, -0.707, 0,
-0.707, 0.707, 0,
0, 0, 1]
Thanks!
The text was updated successfully, but these errors were encountered: