Skip to content

xenobot-dev/velo2cam_calibration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velo2cam_calibration Build Status

The velo2cam_calibration software implements an Automatic Calibration algorithm for Lidar-Stereo camera setups [1]. This software is provided as a ROS package.

Package developed at Intelligent Systems Laboratory, Universidad Carlos III de Madrid.

gazebo screenshot

Nodes

stereo_pattern

Subscribed Topics

cloud1 (sensor_msgs/PointCloud2) Laser pointcloud

Published

Parameters

laser_pattern

Subscribed Topics

cloud1 (sensor_msgs/PointCloud2) Laser pointcloud

Published Topics

Parameters

velo2cam_calibration

Subscribed Topics

cloud1 (velo2cam_calibration::ClusterCentroids) cloud2 (velo2cam_calibration::ClusterCentroids)

Published Topics

tf relating both sensors

Parameters

Usage

Some sample .launch files are provided in this package. The simplest way to launch the algorithm is by running the three main ROS nodes as follows:

roslaunch velo2cam_calibration lidar_pattern.launch

roslaunch velo2cam_calibration stereo_pattern.launch

roslaunch velo2cam_calibration velo2cam_calibration.launch

Note: In order to test the algorithm with a proper ground truth, a simulator environment in Gazebo is provided here

Citation

[1] "Automatic Extrinsic Calibration for Lidar-Stereo Vehicle Sensor Setups" submitted to International Conference on Intelligent Transportation Systems (ITSC) 2017.

For citation details, please contact Jorge Beltran (jbeltran AT ing.uc3m DOT es) or Carlos Guindel (cguindel AT ing.uc3m DOT es).

About

Automatic Calibration algorithm for Lidar-Stereo camera. ROS Package.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • CMake 1.5%
  • Python 0.5%