wulang584513 / RWHE-Calib

Methods for Simultaneous Robot-World Hand-Eye Calibration: A Comparative Study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Methods for Simultaneous Robot-World Hand-Eye Calibration: A Comparative Study

Introduction

We propose a collection of robot-world/hand-eye calibration methods to establish a geometrical relationship between robot, camera, and its environment. We examine the calibration problem from two alternative geometrical interpretations, namely hand-eye and robot-world-hand-eye as shown in the figure. The study analyses the effects of approaching the objective as pose error and reprojection error minimization problem.

mainFig

Figure: Formulations relating geometrical transformation for calibration (a) Hand-Eye Calibration (b) Robot-World-Hand-Eye Calibration

The datasets are provided as a part of Centre for Immersive Visual Technologies (CIVIT) initiative to provide open-access data.

How to cite

In review, until acceptance, you can cite this page.

Dependencies

The code is dependent on Matlab and some of its toolkits such as Computer Vision Toolbox.

How to use

Simply run the main.m file to reproduce the results provided in Table.3 of the publication. The code by default runs the kuka_2 dataset. To use a different dataset, specify the name of the dataset you want to use in the main.m file e.g. DatasetName=’CS_synthetic_3’. The relevant info (square size, Ground Truth if available, poses etc) will be loaded automatically. In order to use your own dataset, follow the pattern of data provided and the name of your dataset in the main file. Upon the request of square size, give it in meters.

Contact

Ihtisham Ali

Tampere University, Finland

ihtisham.ali@tuni.fi

https://www.researchgate.net/profile/Ihtisham_Ali3

About

Methods for Simultaneous Robot-World Hand-Eye Calibration: A Comparative Study


Languages

Language:MATLAB 99.9%Language:M 0.1%