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

NAN observed after solving AX=B, leading to failure when optimizing extrinsics #18

Closed
Nicky0325 opened this issue Feb 22, 2023 · 3 comments

Comments

@Nicky0325
Copy link

Hello, I ran into a problem with my own dataset that matX contains NAN elements after solving linear equation AX=B using cv::solve() function in extrinsic_refine.hpp, causing failure in optimizing extrinsic between base LiDAR and ref LiDAR.

I've checked and made sure that my input point cloud does not contain NAN elements, what are possible solution to this problem to keep the optimization process running, thank you!

@samsdolphin
Copy link
Collaborator

samsdolphin commented Feb 23, 2023

Hi @Nicky0325 , have you tried using different voxel sizes and eigen_ratio?
Please let me know if this issue remains. I plan to update the project code but I am pretty busy this week.

@samsdolphin
Copy link
Collaborator

Hi @Nicky0325, I have updated the code. Please let me know if your problem is solved.

@Nicky0325
Copy link
Author

Thank you, this is exactly the case. I found that the feature map was not correct due to faulty configuration of these two parameters. Thank you for the hints and the update, much appreciation!

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