Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

File database for simpleHumanoid robot using the hpp-rbprm framework

Notifications You must be signed in to change notification settings

humanoid-path-planner/simple-humanoid-rbprm

Repository files navigation

simple-humanoid-rbprm

Pipeline status Coverage report Code style: black pre-commit.ci status

File database for simpleHumanoid robot using the hpp-rbprm framework

Installation instruction

mkdir build ; cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE -DPYTHON_EXECUTABLE=$(which python{X}) -DCMAKE_INSTALL_PREFIX={INSTALL_PATH} ..
make install

Replace {X} with your Python version (2 or 3) and {INSTALL_PATH} with the desired path.