beltransen / velo2cam_gazebo

Repository including Gazebo models, plugins and worlds to test calibration algorithms for Lidar-camera setups.
http://wiki.ros.org/velo2cam_gazebo
GNU General Public License v2.0
143 stars 42 forks source link

Multiple Cameras and Lidar together #10

Closed dkhanna511 closed 3 years ago

dkhanna511 commented 3 years ago

Hey, thanks for the great work. I wanted to know if we can calibrate more than 2 sensors at one with this process. If we have multiple black fly camera monocular cameras and a single VLP16 LIDAR, can the complete setup be calibrated together?

beltransen commented 3 years ago

Hi @dkhanna511. Our calibration software is built to calibrate pairs of sensors. In case you have more than 2 modalities, you will need to perform the calibration process several times.

An implementation of the overall calibration you are mentioning is not in our roadmap because it may require the use of several calibration targets, as the field of view of all sensors may not overlap, losing the simplicity of the current version.