Skip to content

ori-drs/unitree_legged_sdk

 
 

Repository files navigation

The unitree_legged_sdk is mainly used for communication between PC and Controller board. It also can be used in other PCs with UDP.

Dependencies

  • Boost (version 1.5.4 or higher)
  • CMake (version 2.8.3 or higher)
  • LCM (version 1.4.0 or higher)
cd lcm-x.x.x
mkdir build
cd build
cmake ../
make
sudo make install

Build

mkdir build
cd build
cmake ../
make

Usage

Run examples with 'sudo' for memory locking.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.0%
  • CMake 17.1%
  • C 6.9%