First, install placo in a workspace using wks:
pip install wks
wks install rhoban/placo
To build, you will need:
- Pinocchio [https://stack-of-tasks.github.io/pinocchio/download.html]
robotpkg-py38-pinocchio(adapt the Python version)robotpkg-pinocchiorobotpkg-eiquadprog
- The following apt repositories:
python3-dev libpython3-dev libboost-python1.71.0
Simply run:
wks build
You will need to add build/lib to your PYTHONPATH to be able to use placo library.