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

Results of the same data vary a lot from different initial extrinsics between camera and lidar #30

Open
Jackiezhou233 opened this issue Feb 29, 2024 · 3 comments

Comments

@Jackiezhou233
Copy link

Jackiezhou233 commented Feb 29, 2024

Devices: livox mid360 and a fisheye camera (182degree FOV)
I test the single pose method as well as mult-poses methods using different initial extrins data. The optimization loop looks fine since the cloud edges keep approaching the rgb edges. The matching results judging from the image looks good (cloud edge overlap with the rgb edge very well). However, the results still experience big difference (around 10 cm difference) when I slightly change the initial extrinsics (from 0~10 cm).
The cloud edge and rgb edge is extracted well since we manually made objects with clear geometric features for calibration.

I wonder what kind of scene is more suitable for this algorithm and why the result varies so much even though the edges overlap with each other well?

2

@lsangreg
Copy link

lsangreg commented Mar 1, 2024

hi, did you cumulate your point cloud?

@Jackiezhou233
Copy link
Author

yes I have test accumulated pointcloud as well as single scan cloud. Both results vary a lot from different initial value.

@lsangreg
Copy link

@Jackiezhou233 Yes I am having the same issue. In particular when I introduce errors in the rotation.
With accumulation the result is much better as the lidar edges makes more sense, but still the algorithm tends to match edges that are not semantically correct.
Parameters search also lead to better results.

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