Home

Awesome

GP implicit surfaces for shape estimation

License: GPL v3   <img height="20" src="https://rpl.ri.cmu.edu/images/rpl4_cropped.png" alt="RPL-logo" />

butter_2d        butter_3d

This library generates an implicit surface representation from sparse tactile information, used for the paper Tactile SLAM: Real-time inference of shape and pose from planar pushing

Folders

CMakeLists Notes

Mex executable

Compile and run from MATLAB

Compile

cd mex/
make_GPShape

Run

cd matlab/
GPshape

C++ executable

Compile

cd mex/
mkdir build
cd build/
cmake ..
make -j

Run

./test_gp

Reference and Acknowledgements

Citation

Feel free to use the library as you please. If you find it helpful, please consider referencing:

@article{suresh2020tactile,
  title={Tactile SLAM: Real-time inference of shape and pose from planar pushing},
  author={Suresh, Sudharshan and Bauza, Maria and Yu, Kuan-Ting and Mangelson, Joshua G and Rodriguez, Alberto and Kaess, Michael},
  journal={arXiv preprint arXiv:2011.07044},
  year={2020}
}

Roadmap