/fcc_qp

whole body control QP solver with full friction cones

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Custom ADMM based solver for Whole Body Control QPs with friction cone constraints.

See fcc_qp.pdf for details.

Feedback and pull requests are more than welcome! If you find this solver useful, I would love to hear about it.

Installation:

git clone git@github.com:Brian-Acosta/fcc_qp.git
cd fcc_qp
git submodule update --init --recursive
pip install .