This repository contains source code for LogGPisMap, introduced in the paper Faithful Euclidean distance field from Log-Gaussian Process Implicit Surfaces presented at RA-L and ICRA2021.
The source code is modified from Bhoaram Lee's GPisMap code.
Licensed under GNU General Public License version 3.
- Clone this repository
git clone https://github.com/lanwu076/LogGPisMap.git
- Go into the mex directory in MATLAB
cd mex
-
Compile the mex functions by executing the make script.
- Setup mex
mex -setup
- Run the make scripts
make_GPisMap
-
Run the demo scripts
- For 2D
run('../matlab/demo_gpisMap.m')
-
Trouble shooting
- If mex complains about not finding eigen, configure the eigen path appropriately
in
make_GPisMap.m
- If mex complains about not finding eigen, configure the eigen path appropriately
in
A demonstration video is available here.
The major contributors of this work are Lan Wu, Ki Myung Brian Lee.
If you find LogGPisMap useful in your research, please consider citing:
@ARTICLE{lwu21-ral,
author={Wu, Lan and Lee, Ki Myung Brian and Liu, Liyang and Vidal-Calleja, Teresa},
journal={Rob. and Automat. Lett.},
title={Faithful Euclidean Distance Field From Log-Gaussian Process Implicit Surfaces},
year={2021},
volume={6},
number={2},
pages={2461-2468}
}