# unitree_sdk2 **Repository Path**: Tangdynasty/unitree_sdk2 ## Basic Information - **Project Name**: unitree_sdk2 - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-30 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # unitree_sdk2 Unitree robot sdk version 2. ### Prebuild environment * OS (Ubuntu 20.04 LTS) * CPU (aarch64 and x86_64) * Compiler (gcc version 9.4.0) ### Installation ```bash sudo ./install.sh ``` ### Build examples ```bash mkdir build cd build cmake .. make ``` ### Notice For more reference information, please go to [Unitree Document Center](https://support.unitree.com/home/zh/developer).