Skip to content
/ openrave Public
forked from rdiankov/openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
Apache-2.0
LICENSE.apache
LGPL-3.0
LICENSE.lgpl
Notifications You must be signed in to change notification settings

gtrll/openrave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Welcome to OpenRAVE

Official OpenRAVE Homepage

Installing dependencies from ppa

sudo apt-get install libpcre++-dev libopenscenegraph-dev openscenegraph libboost-python-dev python python-dev python-numpy ipython python-scipy python-sympy liblapack-dev liblapacke-dev libode-dev libbullet-dev libsoqt4-dev libgmp3-dev libmpfr-dev libmpfi-dev collada-dom2.4-dp* assimp-utils

Then go to the library folder

mkdir build
cd build
cmake ..
make install

After installation add the following to the .bashrc file

export PYTHONPATH=$PYTHONPATH:`openrave-config --python-dir`
source `openrave-config --share-dir`/openrave.bash

About

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
Apache-2.0
LICENSE.apache
LGPL-3.0
LICENSE.lgpl

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 77.3%
  • Python 18.5%
  • MATLAB 1.4%
  • CMake 1.3%
  • C 0.8%
  • Objective-C 0.4%
  • Other 0.3%