Skip to content

Code for supervising camera calibration using optimized chessboard poses

Notifications You must be signed in to change notification settings

robotology/calibration-supervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervising iCub calibration

ℹ️ Intro

This repository contains the software required to supervise the calibration of the iCub robot, specifically:

▶️ How to install

Manual installation

If you want to install the repository manually, you can refer to the following instructions.

Dependencies

Compilation

On Linux system, the code can be compiled as follows:

git clone https://github.com/robotology/calibration-supervisor.git
cd calibration-supervisor
mkdir build && cd build
ccmake ..
make install 

Please note that the variables SUPERVISE_CAMERA and SUPERVISE_REDBALL refer to camera calibration supervision and demo red ball calibration respectively, which are enabled by default. If you want to disable one, please set the related variable to OFF.

About

Code for supervising camera calibration using optimized chessboard poses

Resources

Stars

Watchers

Forks

Releases

No releases published