hxdaze / velodyne_camera_calibration

In this repository, we implement correspondence between Velodyne and camera data.

Home Page:https://qiita.com/YudaiSadakuni/items/d1139ea0418f24c6dd6b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

velodyne_camera_calibration

demo

Requirement

  • ros (kinetic)
  • OpenCV 3.4
  • PCL 1.8

SetUp

Download Velodyne package

sudo apt-get install libpcap-dev
cd ~/catkin_ws/src/
git clone https://github.com/ros-drivers/velodyne
cd ~/catkin_ws
catkin_make

Download Sensor Fusion package

cd ~/catkin_ws/src/
git clone https://github.com/Sadaku1993/velodyne_camera_calibration
roscd
catkin_make

Download Bag data

Download data.bag and move to bagfiles.

velodyne_camera_calibration/
  bagfiles/
    data.bag
  CMakeLists.txt
  src/
  config/
  include/
  package.xml
  launch/

How to Use

roslaunch velodyne_camera_calibration sensor_fusion.launch

Reference

This code is based on velo2cam_calibration.

About

In this repository, we implement correspondence between Velodyne and camera data.

https://qiita.com/YudaiSadakuni/items/d1139ea0418f24c6dd6b


Languages

Language:C++ 88.8%Language:CMake 8.4%Language:C 2.8%