Skip to content

Humanoid robotics prototyping environment based on OpenRAVE

License

Notifications You must be signed in to change notification settings

weizx208/pymanoid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymanoid

Humanoid robotics controller prototyping environment based on OpenRAVE. Includes:

Use cases

Getting started

Installation

The following instructions were verified on Ubuntu 14.04:

sudo apt-get install cython libglpk-dev python python-dev python-pip python-scipy python-simplejson
  • Install the LP solver: CVXOPT_BUILD_GLPK=1 pip install cvxopt --user
  • Install the QP solver: pip install quadprog --user
  • For polyhedral computations (optional): pip install pycddlib --user

Finally, clone this repository and run the setup script:

git clone --recursive https://github.com/stephane-caron/pymanoid.git
cd pymanoid
python setup.py build
python setup.py install --user

Optional

For nonlinear numerical optimization, you will need to install CasADi, preferably from source with the MA27 linear solver.

About

Humanoid robotics prototyping environment based on OpenRAVE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%