loco-3d / sot-talos-balance

Coordination project for the control of the balance of Talos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sot-talos-balance

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

Coordination project for the control of the balance of Talos.

Installation procedure

Assuming you have all the dependencies correctly installed inside /opt/openrobots, the package is installed as follows. The detailed explanation of the commands is available in the documentation.

git clone --recursive git@github.com:loco-3d/sot-talos-balance.git
cd sot-talos-balance
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/openrobots ..
make -j4
make install

About

Coordination project for the control of the balance of Talos.

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 49.8%Language:Python 49.4%Language:CMake 0.8%