This library is an implementation of the algorithm described in Active Planning Based Extrinsic Calibration of Exteroceptive Sensors in Unkown Environments (IROS 2016)
This library is an implementation of the algorithm described in Active Planning Based Extrinsic Calibration of Exteroceptive Sensors in Unkown Environments (IROS 2016). The core library is developed in C++ and MATLAB.
Planning-to-Calibrate is developed by Varun Murali, Carlos Nieto and Siddharth Choudhary as part of their work at Georgia Tech.
sudo apt-get install cmake
), compilation configuration tool.sudo apt-get install libboost-all-dev
), portable C++ source libraries.In the planning-to-calibrate folder excute:
$ mkdir build
$ cd build
$ cmake ..
$ make -j3
$ make check # optonal, run unit tests
$ sudo make install # this will install the matlab wrapper
$ cd matlab/PlanningToCalibrate
$ run SLAMGUI.m
$ press on Run Experiments
Please use Github issue tracker to report bugs. For other questions please contact Varun Murali, Carlos Nieto and Siddharth Choudhary.
This work was partially funded by the ARL MAST CTA Project 1436607 “Autonomous Multifunctional Mobile Microsystems”
If you use this work, please cite following publication:
@inproceedings{Murali16iros,
author = {Varun Murali and
Carlos Neito and
Siddharth Choudhary and
Henrik I. Christensen},
title = {Active Planning based Extrinsic Calibration of Exteroceptive Sensors in Unknown Environments},
booktitle = {2016 {IEEE/RSJ} International Conference on Intelligent Robots and Systems, Hamburg, Germany},
year = {2016}
}
Planning-to-Calibrate is released under the BSD license, reproduced in the file LICENSE in this directory.