Source code for the second revision of TURTLE's quadruped project (QUAD).
Build requires CMake and the following packages:
- Debian/Ubuntu
apt install eigen3 - Arch:
pacman -S eigen
cmake -B build --fresh --preset rpiNote
There are multiple presets. Use preset rpi for building for the Raspberry Pi and local for building/testing locally
To build:
make -C buildTo build & deploy to the robot:
make -C build deploy