gtrll / orgpmp2

OpenRAVE plugin for GPMP2
GNU General Public License v3.0
18 stars 4 forks source link
gaussian-processes motion-planning openrave trajectory-optimization

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

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.