Home

Awesome

3D walking by NMPC of the floating-base pendulum

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

Installation

The following instructions were tested on Ubuntu 14.04 and 16.04.

git clone https://github.com/quangounet/TOPP.git
cd TOPP && mkdir build && cd build
cmake ..
sudo make install

Finally, clone this repository and its submodule via:

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

If you already have pymanoid installed on your system, make sure to clone submodules and run the walk.py script from this repository (so that it uses the submodule rather than system-wide pymanoid version).

Usage

Run the main script via:

Questions?

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