ori-drs / anymal-rbprm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anymal-rbprm

Pipeline status Coverage report

File database for anymal 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.

About


Languages

Language:Python 97.6%Language:CMake 1.5%Language:Shell 0.8%