OpenRAVE

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
OpenRAVE
200px
Initial release March 17, 2008; 16 years ago (2008-03-17)
Stable release 0.8.2 / October 18, 2012; 11 years ago (2012-10-18)
Operating system Linux, Microsoft Windows, Mac OS X
License GNU Lesser General Public License and Apache License, Version 2.0
Website openrave.org

Open Robotics Automation Virtual Environment (OpenRAVE) provides an environment for testing, developing, and deploying motion planning algorithms in real-world robotics applications. The main focus is on simulation and analysis of kinematic and geometric information related to motion planning. OpenRAVE’s stand-alone nature allows it to be easily integrated into existing robotics systems. It provides many command-line tools to work with robots and planners, and the run-time core is small enough to be used inside controllers and bigger frameworks.[1]

Technologies

IKFast

Possibly the most influential technology OpenRAVE provides is a tool called IKFast, the Robot Kinematics Compiler. Unlike most inverse kinematics solvers, IKFast can analytically solve the kinematics equations of any complex kinematics chain, and generate language-specific files (like C++) for later use. The end result is extremely stable solutions that can run as fast as 5 microseconds on recent processors.[2]

COLLADA

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

OpenRAVE supports the COLLADA 1.5 file format for specifying robots and adds its own set of robot-specific extensions. The robot extensions include:

Motion Planning

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The core of OpenRAVE design focuses on offering interfaces and implementations of motion planning algorithms. Most of the planning algorithm implementations are for robot arms and use sampling to explore the task configuration spaces.

Applications

An important target application is industrial robotics automation. OpenRAVE's main focus is to increase the reliability of motion planning systems to make integration easy.

History

OpenRAVE was founded by Rosen Diankov at the Quality of Life Technology Center in the Carnegie Mellon University Robotics Institute.[3] It was inspired from the RAVE simulator James Kuffner had started developing in 1995 and used for a lot of his experiments. The OpenRAVE project was started in 2006 and started out as a complete rewrite of RAVE to support plugins. It quickly diverged into its own architecture concept and started being supported by many robotics researchers throughout the world. After earning his PhD from the Robotics Institute in August 2010, Rosen Diankov became a postdoc at the JSK Robotics Lab at University of Tokyo where OpenRAVE is currently being maintained.

Rosen Diankov is still the active maintainer of OpenRAVE.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links


<templatestyles src="Asbox/styles.css"></templatestyles>