stack-of-tasks / sot-talos

Stack-of-Tasks package for the humanoid robot TALOS from PAL-Robotics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sot-talos

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

This packages provides a generic Stack Of Tasks library for the humanoid robot Talos. This library is highly portable and can be used in various simulators, and the robot itself.

Install

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.

To use:

To embed this library an example is provided in: sot/core/tools/test_abstract_interface.cpp

About

Stack-of-Tasks package for the humanoid robot TALOS from PAL-Robotics

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 55.9%Language:C++ 37.5%Language:CMake 6.7%