Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.34 KB

Capturability-based WPG with variable CoM height

Source code for https://hal.archives-ouvertes.fr/hal-01689331/document

Getting started

Installation

The following instructions were verified on Ubuntu 14.04:

  • Install OpenRAVE: here are instructions for Ubuntu 14.04 as well as for Ubuntu 16.04
  • Install Python dependencies: sudo apt-get install cython python python-dev python-pip python-scipy
  • Install the QP solver for Python: sudo pip install quadprog

Finally, clone this repository and its submodules via:

git clone --recursive https://github.com/stephane-caron/capture-walkgen.git

Optional

If you plan on trying out IPOPT, you will need to install CasADi. Although pre-compiled binaries are available, it is better to build it from source, making sure to configure it with the MA27 linear solver.

Questions?

Feel free to post your questions or comments in the issue tracker.