Open Dynamics Engine

Open Dynamics Engine
Developer(s) Russell Smith
Initial release May 8, 2001 (2001-05-08)
Stable release
0.14 / December 18, 2015 (2015-12-18)[1]
Written in C/C++
Operating system Platform independent
Type Physics engine
License BSD[2]
Website www.ode.org
A simple vehicle driving over a ramp. This demo is distributed with the ODE source code (demo_buggy).
A collision with many objects. This demo is distributed with the ODE source code (demo_crash).

The Open Dynamics Engine (ODE) is a physics engine written in C/C++. Its two main components are a rigid body dynamics simulation engine and a collision detection engine. It is free software licensed both under the BSD license and the LGPL.

ODE was started in 2001 and has already been used in many applications and games, such as BloodRayne 2, Call of Juarez, S.T.A.L.K.E.R, Titan Quest, World of Goo, X-Moto and OpenSimulator.

Overview

The Open Dynamics Engine is used for simulating the dynamic interactions between bodies in space. It is not tied to any particular graphics package although it includes a basic one called drawstuff. It supports several geometries: box, sphere, capsule (cylinder capped with hemispheres), triangle mesh, cylinder and heightmap.

Simulation

Higher level environments that allow non-programmers access to ODE include Player Project, Webots, Opensimulator, anyKode Marilou and V-REP.

ODE is a popular choice for robotics simulation applications, with scenarios such as mobile robot locomotion and simple grasping. ODE has some drawbacks in this field, for example the method of approximating friction and poor support for joint-damping.[3]

See also

References

  1. Bitbucket: odedevs / ODE / Commits
  2. ODE Main Page
  3. Drumwright; et al. (2010). "Extending Open Dynamics Engine for Robotics Simulation". Simulation, Modeling, and Programming for Autonomous Robots. Springer.
This article is issued from Wikipedia - version of the 5/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.