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

Capturability-based walking pattern generation over uneven terrains

License

Notifications You must be signed in to change notification settings

stephane-caron/capture-walkgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Capturability-based walking pattern generation over uneven terrains

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages