Skip to content

Latest commit

 

History

History
 
 

visp_camera_calibration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

visp_camera_calibration

visp_camera_calibration is a ROS package that allows a highly customisable camera calibration using calibration tools from the ViSP library avalaible from http://team.inria.fr/lagadic/visp.

Setup

This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the hydro-devel branch.

Prerequisities

visp_camera_calibration depends on visp_bridge package available from https://github.com/lagadic/vision_visp (indigo-devel branch).

How to get and build visp_camera_calibration

Supposed you have a catkin work space just run:

$ cd ~/catkin_ws/src 
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_camera_calibration

Documentation