Skip to content
Snippets Groups Projects
user avatar
pre-commit-ci[bot] authored
updates:
- [github.com/pre-commit/mirrors-clang-format: v15.0.7 → v16.0.0](https://github.com/pre-commit/mirrors-clang-format/compare/v15.0.7...v16.0.0)
b802500b
History

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.