lardemua / atom

Calibration tools for multi-sensor, multi-modal robotic systems
GNU General Public License v3.0
245 stars 28 forks source link

Implement pandey 2010 lidar to camera #949

Open miguelriemoliveira opened 1 month ago

miguelriemoliveira commented 1 month ago

Implementing paper Extrinsic Calibration of a 3D Laser Scanner and an Omnidirectional Camera.

code is here

https://github.com/SubMishMar/cam_lidar_calib

But its easier to use the atom stuff and just implement the objective function.

miguelriemoliveira commented 1 month ago

Run using:

clear && rosrun atom_evaluation lidar_to_rgb_pandey_2010.py -json $ATOM_DATASETS/rlbot/train/dataset_corrected.json -c rgb_left -l lidar_right -p pattern_1 
miguelriemoliveira commented 1 month ago

We could not find a way to make it work.