# unitree_legged_sdk **Repository Path**: Sytx_1/unitree_legged_sdk ## Basic Information - **Project Name**: unitree_legged_sdk - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-02 - **Last Updated**: 2025-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # v3.8.0 The unitree_legged_sdk is mainly used for communication between PC and Controller board. It also can be used in other PCs with UDP. ### Notice support robot: Go1 not support robot: Laikago, Aliengo, A1. (Check release [v3.3.1](https://github.com/unitreerobotics/unitree_legged_sdk/releases/tag/v3.3.1) for support) ### Dependencies * [Unitree](https://www.unitree.com/go1_update) ```bash Legged_sport >= v1.36.0 firmware H0.1.7 >= v0.1.35 H0.1.9 >= v0.1.35 ``` * [Boost](http://www.boost.org) (version 1.5.4 or higher) * [CMake](http://www.cmake.org) (version 2.8.3 or higher) * [g++](https://gcc.gnu.org/) (version 8.3.0 or higher) ### Build ```bash mkdir build cd build cmake ../ make ``` ### Run #### Cpp Run examples with 'sudo' for memory locking. #### Python ##### arm change `sys.path.append('../lib/python/amd64')` to `sys.path.append('../lib/python/arm64')`