Clone the repository and its submodules:
This project depends on the Conan package manager. It will only compile on Linux machines as the Unitree SDK is solely in the form of a specific static object file and cannot be linked properly on other operating systems do to its format.
The binary is then located at bin/walter and documentation at docs/html/index.html.
After initializing the Bot class, specify a series of commands through its members. These commands are not run in real time, but run sequentially as soon as Bot::execute() is called.
A sample usage would look like: