The aliengo_sdk is mainly used for communication between PC and Aliengo control board. It also can be used in other PCs with UDP.
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.
- Run the 4 examples under examples/
- Please follow the readme of 'unitree_ros'.