- ros (kinetic)
- OpenCV 3.4
- PCL 1.8
sudo apt-get install libpcap-dev
cd ~/catkin_ws/src/
git clone https://github.com/ros-drivers/velodyne
cd ~/catkin_ws
catkin_make
cd ~/catkin_ws/src/
git clone https://github.com/Sadaku1993/velodyne_camera_calibration
roscd
catkin_make
Download data.bag and move to bagfiles.
velodyne_camera_calibration/
bagfiles/
data.bag
CMakeLists.txt
src/
config/
include/
package.xml
launch/
roslaunch velodyne_camera_calibration sensor_fusion.launch
This code is based on velo2cam_calibration.