OpenRAVE

OpenRAVE
OpenRAVE
Openrave logo.png
Initial release 2006
Stable release 0.4 / July 2, 2011; 4 months ago (2011-07-02)
Operating system Linux, Microsoft Windows
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]

Contents

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

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

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

External links