You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to calibrate a thermal camera with a Velodyne VPL 16. While running the coarse calibration I'm getting the following error:
[pcl::SampleConsensusModel::getSamples] Can not select 0 unique points out of 0!
[pcl::RandomSampleConsensus::computeModel] No samples could be selected!
Do you have an idea of what the problem could be? thanks
The text was updated successfully, but these errors were encountered:
I could solve the problem, the borders of the marker were not completely removed, plus my input pointcloud had two additional straight line patterns which caused the error. Now the pointcloud looks like this
and the circle detection like this
Now I get results from the fine calibration but they do not seem correct. This is a coloured pointcloud I get when using the camera image below
What I don't understand is why the last tree elements in the resulting 6DoF vector are almost zero.
Do you have any suggestion to improve this result?
Hi,
I'm trying to calibrate a thermal camera with a Velodyne VPL 16. While running the coarse calibration I'm getting the following error:
[pcl::SampleConsensusModel::getSamples] Can not select 0 unique points out of 0!
[pcl::RandomSampleConsensus::computeModel] No samples could be selected!
Do you have an idea of what the problem could be? thanks
The text was updated successfully, but these errors were encountered: