The unitree_legged_sdk is mainly used for communication between PC and Controller board. It also can be used in other PCs with UDP.
support robot: Go1
not support robot: Laikago, Aliengo, A1. (Check release v3.3.1 for support)
Legged_sport >= v1.32
cd lcm-x.x.x
mkdir build
cd build
cmake ../
make
sudo make install
mkdir build
cd build
cmake ../
make
Run examples with 'sudo' for memory locking.