Skip to content
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

Tilted lidar #254

Closed
arixrobotics opened this issue Nov 9, 2023 · 2 comments
Closed

Tilted lidar #254

arixrobotics opened this issue Nov 9, 2023 · 2 comments

Comments

@arixrobotics
Copy link

Hi,

I'm using a tilted down lidar (VLP16) on a mobile base. How should I tell kiss-icp my lidar is tilted?

@nachovizzo
Copy link
Collaborator

🤔 You don't. The system is independent from where the sensor is mounted. If you want to transform the poses to another coordinate frame, then you will need the calibration. But is hard to say without the full picture

PS: If you are using VLP16 please check #240

@arixrobotics
Copy link
Author

Kiss-ICP ftw!
Turns out I could just do with some parameter tunings, no need to make it less downsampled.

With the default parameters, I get a trajectory with wrong elevation:
rviz_screenshot_2023_11_09-15_03_31

With $ roslaunch kiss_icp odometry.launch topic:=/velodyne_points max_range:=20 voxel_size:=0.5 min_range:=0.0 it manages to register correctly, showing the lidar going through the same path to and fro correctly:
rviz_screenshot_2023_11_09-16_16_05

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants