File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # unitree_sdk2py
1+ # unitree_sdk2_python
22unitree_sdk2 python 接口
33
44# 安装
@@ -8,13 +8,13 @@ unitree_sdk2 python 接口
88- numpy
99- opencv-python
1010
11- ## 安装 unitree_sdk2py
11+ ## 安装 unitree_sdk2_python
1212在终端中执行:
1313``` bash
1414cd ~
1515sudo apt install python3-pip
16- git clone https://github.com/unitreerobotics/unitree_sdk2py .git
17- cd unitree_sdk2py
16+ git clone https://github.com/unitreerobotics/unitree_sdk2_python .git
17+ cd unitree_sdk2_python
1818pip3 install -e .
1919```
2020## FAQ
@@ -30,9 +30,9 @@ cd cyclonedds && mkdir build install && cd build
3030cmake .. -DCMAKE_INSTALL_PREFIX=../install
3131cmake --build . --target install
3232```
33- 进入 unitree_sdk2py 目录,设置 ` CYCLONEDDS_HOME ` 为刚刚编译好的 cyclonedds 所在路径,再安装unitree_sdk2py
33+ 进入 unitree_sdk2_python 目录,设置 ` CYCLONEDDS_HOME ` 为刚刚编译好的 cyclonedds 所在路径,再安装 unitree_sdk2_python
3434``` bash
35- cd ~ /unitree_sdk2py
35+ cd ~ /unitree_sdk2_python
3636export CYCLONEDDS_HOME=" ~/cyclonedds/install"
3737pip3 install -e .
3838```
Original file line number Diff line number Diff line change 1- # unitree_sdk2py
1+ # unitree_sdk2_python
22Python interface for unitree sdk2
33
44# Installation
@@ -7,13 +7,13 @@ Python interface for unitree sdk2
77- cyclonedds == 0.10.2
88- numpy
99- opencv-python
10- ## Install unitree_sdk2py
10+ ## Install unitree_sdk2_python
1111Execute the following commands in the terminal:
1212``` bash
1313cd ~
1414sudo apt install python3-pip
15- git clone https://github.com/unitreerobotics/unitree_sdk2py .git
16- cd unitree_sdk2py
15+ git clone https://github.com/unitreerobotics/unitree_sdk2_python .git
16+ cd unitree_sdk2_python
1717pip3 install -e .
1818```
1919## FAQ
@@ -30,9 +30,9 @@ cd cyclonedds && mkdir build install && cd build
3030cmake .. -DCMAKE_INSTALL_PREFIX=../install
3131cmake --build . --target install
3232```
33- Enter the unitree_sdk2py directory, set ` CYCLONEDDS_HOME ` to the path of the cyclonedds you just compiled, and then install unitree_sdk2py .
33+ Enter the unitree_sdk2_python directory, set ` CYCLONEDDS_HOME ` to the path of the cyclonedds you just compiled, and then install unitree_sdk2_python .
3434``` bash
35- cd ~ /unitree_sdk2py
35+ cd ~ /unitree_sdk2_python
3636export CYCLONEDDS_HOME=" ~/cyclonedds/install"
3737pip3 install -e .
3838```
You can’t perform that action at this time.
0 commit comments