Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 998 Bytes

File metadata and controls

24 lines (18 loc) · 998 Bytes

sot-pattern-generator

License Pipeline status Coverage report

This software provides jrl-walkgen bindings for the dynamic-graph package. It allows the computation of whole-body biped walk trajectories.

Setup

To compile this package, it is recommended to create a separate build directory:

mkdir _build
cd _build
cmake [OPTIONS] ..
make install

Please note that CMake produces a CMakeCache.txt file which should be deleted to reconfigure a package from scratch.