/visp_hand2eye_calibration

A Modified version of visp_hand2eye_calibration node to get real data, instead of simulated data

Primary LanguageC++

visp_hand2eye_calibration

visp_hand2eye_calibration is a ROS package that estimates the camera position with respect to its effector using 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.

Prerequisities

visp_hand2eye_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_hand2eye_calibration

Documentation