OMPL

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Citation bot (talk | contribs) at 16:06, 10 August 2019 (Add: bibcode. | You can use this bot yourself. Report bugs here.| Activated by User:Headbomb). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OMPL
Initial releaseOctober 15, 2010; 13 years ago (2010-10-15)
Stable release
1.4.2 / January 18, 2019; 5 years ago (2019-01-18)
Repository
Operating systemLinux, Mac OS X, Microsoft Windows
LicenseBSD
Websiteompl.kavrakilab.org

OMPL (Open Motion Planning Library) is a software package for computing motion plans using sampling-based algorithms. The content of the library is limited to motion planning algorithms, which means there is no environment specification, no collision detection or visualization. This is intentional as the library is designed to be easily integrated into systems that already provide the additional needed components.[1] For example, OMPL is integrated with ROS and MoveIt!. In 2012 OMPL won the Grand Prize at the Open Source Software World Challenge.

Implementation

OMPL is written in C++ but also offers Python bindings. The library includes implementations for a large number of planning algorithms, all of these being implemented on top of the same base functionality. The base functionality OMPL provides for planners is thread safe. Adding new motion planning algorithms to OMPL is easy, thus facilitating comparisons between existing algorithms and evaluations of new ideas.

Target audience

Teaching

One of the design goals for OMPL is clarity of concepts used. This equates to having C++ classes that correspond to concepts found in the literature. Such a design facilitates using OMPL for education. Furthermore, the authors provide free course materials and assignments for use in conjunction with OMPL.[2][3]

Industrial use

The first use for OMPL was actually at Willow Garage, where the library was started, to do motion planning for the PR2 arms. As such, the library was hardened to run reliably and efficiently. Afterwards OMPL started to be used (via ROS and MoveIt!) for hundreds of different types of robots [4] .[5]

Research

OMPL includes tools for benchmarking,[6] providing a common platform for easily developing and testing new algorithms.

References

  1. ^ The Open Motion Planning Library (PDF). IEEE Robotics & Automation Magazine. December 2011. {{cite book}}: Cite uses deprecated parameter |authors= (help)
  2. ^ Moll, Mark; Janice Bordeaux; Lydia E. Kavraki (2013). "Software for Project-Based Learning of Robot Motion Planning" (PDF). Computer Science Education. 23 (4): 332–348. Bibcode:2013CSEd...23..332M. doi:10.1080/08993408.2013.847167. Retrieved 8 January 2014.
  3. ^ Teaching Motion Planning Concepts to Undergraduate Students (PDF). Workshop on Advanced Robotics and its Social Impacts (ARSO). September 2011. {{cite book}}: Cite uses deprecated parameter |authors= (help)
  4. ^ "MoveIt! 2013 Survey" (PDF).
  5. ^ "Robots running ROS".
  6. ^ "Benchmarking Motion Planning Algorithms: An Extensible Infrastructure for Analysis and Visualization". IEEE Robotics & Automation Magazine. 22 (3): 96–102. September 2015. arXiv:1412.6673. doi:10.1109/MRA.2015.2448276. {{cite journal}}: Cite uses deprecated parameter |authors= (help)

External links