Metadata-Version: 2.1
Name: placo
Version: 0.6.3
Summary: PlaCo: Rhoban Planning and Control
Requires-Python: >= 3.8
License-Expression: MIT
License-File: LICENSE
Author-email: Rhoban team <team@rhoban.com>
Project-URL: Changelog, https://github.com/rhoban/placo/blob/main/CHANGELOG.md
Home-page: https://placo.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/rhoban/placo.git
Requires-Dist: cmeel
Requires-Dist: eiquadprog >= 1.2.6, < 2
Requires-Dist: pin >= 2.6.18, < 3
Requires-Dist: rhoban-cmeel-jsoncpp
Requires-Dist: meshcat
Requires-Dist: numpy<2
Requires-Dist: ischedule
Provides-Extra: build
Requires-Dist: pin[build] >= 2.6.18, < 3 ; extra == "build"
Requires-Dist: cmeel-urdfdom[build] ; extra == "build"
Description-Content-Type: text/markdown

# PlaCo

PlaCo is Rhoban's planning and control library.
Its main features are:

* Task-space Inverse Kinematics with constraints,
* Task-space Inverse Dynamics with constraints,
* QP problem formulation,
* Built on the top of [pinocchio](https://github.com/stack-of-tasks/pinocchio)
* Written in C++ with Python bindings

[![Megabot demo](https://github.com/Rhoban/placo-examples/blob/master/kinematics/videos/quadruped_targets.gif?raw=true)](https://github.com/Rhoban/placo-examples/blob/master/kinematics/videos/quadruped_targets.mp4?raw=true)

*Inverse Kinematics Example: a quadruped robot hitting targets with a leg while keeping its three legs on the ground*

[source code (quadruped_targets.py)](https://github.com/Rhoban/placo-examples/blob/master/kinematics/quadruped_targets.py) / [more kinematics examples](https://placo.readthedocs.io/en/latest/kinematics/examples_gallery.html)

[![Megabot demo](https://github.com/Rhoban/placo-examples/blob/master/dynamics/videos/megabot.gif?raw=true)](https://github.com/Rhoban/placo-examples/blob/master/dynamics/videos/megabot.mp4?raw=true)

*Inverse Dynamics Example: a quadruped with many loop closure joints*

[source code (megabot.py)](https://github.com/Rhoban/placo-examples/blob/master/dynamics/megabot.py) / [more dynamics examples](https://placo.readthedocs.io/en/latest/dynamics/examples_gallery.html)

## Installing

PlaCo is available from [pip](https://placo.readthedocs.io/en/latest/basics/installation_pip.html),
or can be [built from sources](https://placo.readthedocs.io/en/latest/basics/installation_source.html).

## Documentation

Here is the [official documentation](https://placo.readthedocs.io/en/latest/)

You can also find many examples in the [placo-examples](https://github.com/rhoban/placo-examples)
repository.