Code Monkey home page Code Monkey logo

gpismap2's Introduction

GPisMap_v2

This repository contains source codes and demo files for our paper Online Continuous Mapping using Gaussian Process Implicit Surfaces (GPIS), which is presented at IEEE ICRA 2019.

The previous repo [GPisMAP(https://github.com/leebhoram/GPisMap.git) is not maintained but kept as legacy. This repo contains some updates including slightly enhanced speed and simple python interfaces.

License

Licensed under GNU General Public License version 3.

Requirements: Software

  1. Eigen

  2. (Option 1) Build the source via MATLAB mex and run demo & visualization scripts on MATLAB Recommended for best visualization.

  3. (Option 2) Alternatively, build the source via cmake and run demo & visualization scripts in Python (tested with version 3.7 - 3.9 and CMake 3.20+). Visualization is limited, but useful in case you have no Matlab license.

Compiling and Running

  1. Clone this repository
git clone https://github.com/leebhoram/GPisMap2.git
cd GPisMap2

MATLAB Option

  1. cd to the mex directive in MATLAB
cd <GPisMap2>/matlab/mex
  1. Compile the mex functions by executing the make script.

    • Setup mex
    mex -setup
    
    • Run the make scripts
    make_GPisMap
    make_GPisMap3
    
  2. Run the demo scripts

First,

cd <GPisMap2>/matlab

Then,

  • For 2D
run('demo_gpisMap.m')
  • For 3D
run('demo_gpisMap3.m')
  1. Trouble shooting
    • If mex complains about not finding eigen, configure the eigen path appropriately in both make_GPisMap.m and make_GPisMap3.m

Python Option

  1. Build the source
mkdir build && cd build
cmake ..
make -j $(nproc)
  1. Run the demo scripts
cd <GPisMap2>/python
  • For 2D
python test.py
  • For 3D
python test3d.py 
  1. Python required packages (To-do)

Author

Bhoram Lee E-mail: <first_name>.<last_name>@gmail.com

Misc.

Code has been developed and tested on Ubuntu 22.04

Citation

If you find GPisMap/GPisMap_v2 useful in your research, please consider citing:

  @article{<blee-icra19>,
      Author = {Bhoram Lee, Clark Zhang, Zonghao Huang, and Daniel D. Lee},
      Title = {Online Continuous Mapping using Gaussian Process Implicit Surfaces},
      Journal = {IEEE ICRA},
      Year = {2019}
   }    

gpismap2's People

Contributors

susiezou avatar leebhoram avatar huangzonghao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.