OpenRAVE: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Rdiankov (talk | contribs)
No edit summary
Rdiankov (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
= OpenRAVE =
= OpenRAVE =


[http://openrave.programmingvision.com/ OpenRAVE] is an open-source, cross-platform, plugin-based robot planning environment for autonomous robotics. Includes services like collision detection, physics, (inverse) kinematics, sensors, robot controls, python bindings, and a network scripting environment.
[http://openrave.org OpenRAVE] is an open-source, cross-platform, plugin-based robot planning environment for autonomous robotics. Includes services like collision detection, physics, (inverse) kinematics, sensors, robot controls, python bindings, and a network scripting environment.


== Licenses ==
== Licenses ==


Core is Lesser GPL 3.0. Scripts and examples are Apache License, Version 2.0.
Core is Lesser GPL 3.0.  
 
Scripts and examples are Apache License, Version 2.0.


== COLLADA Support ==
== COLLADA Support ==
Line 11: Line 13:
* Can write/read COLLADA 1.5 kinematics
* Can write/read COLLADA 1.5 kinematics
* Supports extra tags for robot sensors, grippers, manipulators, and formulas:
* Supports extra tags for robot sensors, grippers, manipulators, and formulas:
** [http://openrave.programmingvision.com/index.php/Started:COLLADA Robot Extensions]
** [http://openrave.org/docs/latest_stable/collada_robot_extensions/ COLLADA Robot Extensions]
 
* Offers a repository of COLLADA 1.5 robots that use these tags:
** [https://openrave.svn.sourceforge.net/svnroot/openrave/data/robots robots]
== External References==
== External References==
* [http://openrave.programmingvision.com OpenRAVE official web site]
* [http://openrave.org OpenRAVE official web site]




[[Category:Products]]
[[Category:Products]]

Latest revision as of 15:30, 19 July 2012

OpenRAVE

OpenRAVE is an open-source, cross-platform, plugin-based robot planning environment for autonomous robotics. Includes services like collision detection, physics, (inverse) kinematics, sensors, robot controls, python bindings, and a network scripting environment.

Licenses

Core is Lesser GPL 3.0.

Scripts and examples are Apache License, Version 2.0.

COLLADA Support

  • Can write/read COLLADA 1.5 kinematics
  • Supports extra tags for robot sensors, grippers, manipulators, and formulas:
  • Offers a repository of COLLADA 1.5 robots that use these tags:

External References