PlaCo is Rhoban's planning and control library. It is built on the top of pinocchio, eiquadprog QP solver, and fully written in C++ with Python bindings, allowing fast prototyping with good runtime performances. It features task-space inverse kinematics and dynamics (see below) high-level API for whole-body control tasks.
High-level API to specify tasks for constrained inverse kinematics (IK).
High-level API to specify tasks for constrained inverse dynamics (ID).
PlaCo can be installed from pip
pip install placo
- Documentation
- Examples repository