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

Set initial transformation using only .pcd files #6

Open
FrederikPlahl opened this issue Aug 30, 2024 · 0 comments
Open

Set initial transformation using only .pcd files #6

FrederikPlahl opened this issue Aug 30, 2024 · 0 comments

Comments

@FrederikPlahl
Copy link

Thanks for the great tool!
I'm trying to calibrate the pc from a LiDAR to the pc from a realsense camera. I started with using the whole pc from ROS bag files, but the calibration did not work correctly because one recorded the ceiling and one the floor resulting in overlaying both pcs at those points. That's why I moved on to cropped pcs stored in .pcd files. But here the calibration fails completely. With the error:

[multi_lidar_calibrator-1] Max core number: 0
[multi_lidar_calibrator-1] Num vertices: 2
[multi_lidar_calibrator-1] Max clique lower bound equals to zero. Abort.
[multi_lidar_calibrator-1] Max Clique of scale estimation inliers: 
[multi_lidar_calibrator-1] Clique size too small. Abort.
[multi_lidar_calibrator-1] Starting scale solver (only selecting inliers if scale estimation has been disabled).
[multi_lidar_calibrator-1] Scale estimation complete.
[multi_lidar_calibrator-1] Max core number: 0
[multi_lidar_calibrator-1] Num vertices: 2
[multi_lidar_calibrator-1] Max clique lower bound equals to zero. Abort.
[multi_lidar_calibrator-1] Max Clique of scale estimation inliers: 
[multi_lidar_calibrator-1] Clique size too small. Abort.
[multi_lidar_calibrator-1] [ERROR] [1725032869.040792930] [multi_lidar_calibration_node]: no calibration within given threshold possible, try reducing the thershold, make more overlap between the point clouds or provide more accurate initial transformation

How can I give an initial transformation without using TF from ROS?

For reference, here are the pcs that I want to match:
image

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

1 participant