lidar_camera_calibration icon indicating copy to clipboard operation
lidar_camera_calibration copied to clipboard

Unsuccessful optimization when running UPnPRANSAC

Open younesidsouguou opened this issue 4 years ago • 1 comments

Hello,

When I pick at least 5 points in both lidar and camera of plane object I get the result but with "unsuccessful" flag. What might cause this ?

Thanks.

younesidsouguou avatar Jun 25 '20 13:06 younesidsouguou

You may try other solver methods as shown here (accordingly update the minimum number of points in this assert statement based on the method). Try increasing reprojectionError or iterationsCount. Make sure you have the correct camera calibration data published on the camera_info topic, else the re-projection error might be high.

heethesh avatar Jun 25 '20 14:06 heethesh