-
Notifications
You must be signed in to change notification settings - Fork 77
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
Clarification on LiDAR tilt configuration in GLIM #86
Comments
Yes, it's correct. |
You still need to provide a correct transform for |
Hello, koide3-san,
First, I want to express my appreciation for your incredible work!
I’m currently using GLIM to generate HD maps for my mobile robot, which is equipped with a LiDAR (OS1-64) and a built-in IMU. To expand the field of view onto the ground, I have tilted the LiDAR along the y-axis (approximately 30 degrees nose-down pitch).
I believe that the LiDAR pose should be reflected in the transformation T_world_lidar. From what I understand, this is automatically configured by T_world_imu = T_world_lidar * T_lidar_imu, as mentioned in the config_sensors.json file. Since T_lidar_imu is provided and T_world_imu can be estimated using the gyroscope, am I correct in this understanding?
If I’m mistaken, could you please advise on what steps I should take when using a tilted LiDAR with GLIM?
Thank you!
The text was updated successfully, but these errors were encountered: