# unitree_legged_sdk **Repository Path**: yaozhibo/unitree_legged_sdk ## Basic Information - **Project Name**: unitree_legged_sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2021-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](http://www.boost.org) (version 1.5.4 or higher) * [CMake](http://www.cmake.org) (version 2.8.3 or higher) * [LCM](https://lcm-proj.github.io) (version 1.4.0 or higher) ```bash cd lcm-x.x.x mkdir build cd build cmake ../ make sudo make install ``` ## Build ```bash mkdir build cd build cmake ../ make ``` ## Usage Run examples with 'sudo' for memory locking.