Code Monkey home page Code Monkey logo

orgpmp2's Introduction

orgpmp2

orgpmp2 is a OpenRAVE plugin for GPMP2 (Gaussian Process Motion Planner 2) algorithm described in Motion Planning as Probabilistic Inference using Gaussian Processes and Factor Graphs (RSS 2016). Examples provided for WAM arm and PR2 use python scripts.

orgpmp2 is being developed by Mustafa Mukadam and Jing Dong as part of their work at Georgia Tech Robot Learning Lab and is a modified version of CHOMP openrave plugin.

Compilation & Installation

  • Install ROS. We have tested ROS indigo.

  • Install OpenRAVE. If you have trouble compiling the original version, please check out and install our fork which has fixed few minor bugs.

  • Install GPMP2 core C++ library.

  • Install a few addtional dependencies

    sudo apt-get install gfortran libgsl0-dev python-enum
  • Initialize a catkin workspace (if you use a existing catkin workspace this step is not needed)

    mkdir -p ~/gpmp2_catkin_ws/src
    cd gpmp2_catkin_ws/src
    catkin_init_workspace
  • Add orgpmp2, PrPy (python library for OpenRAVE), openrave_catkin (utility package for OpenRAVE) to gpmp2_catkin_ws/src

    git clone https://github.com/gtrll/orgpmp2.git
    git clone https://github.com/personalrobotics/openrave_catkin.git
    git clone https://github.com/personalrobotics/prpy.git
  • Compile the catkin workspace

    catkin_make -DCMAKE_BUILD_TYPE=Release
  • Before running the examples, the last step is setup the environment variables

    source ~/gpmp2_catkin_ws/devel/setup.bash

Questions & Bug reporting

Please use Github issue tracker to report bugs. For other questions please contact Mustafa Mukadam or Jing Dong.

Citing

If you use orgpmp2 or GPMP2 in an academic context, please cite following publications:

@inproceedings{Dong-RSS-16,
   Author = "Jing Dong and Mustafa Mukadam and Frank Dellaert and Byron Boots",
   booktitle = {Proceedings of Robotics: Science and Systems (RSS-2016)},
   Title = "Motion Planning as Probabilistic Inference using Gaussian Processes and Factor Graphs",
   year = {2016}
}

License

orgpmp2 is released under the GPL license, reproduced in the file license-gpl.txt in this directory.

orgpmp2's People

Contributors

dongjing3309 avatar mhmukadam avatar

Watchers

 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.