Skip to content

Commit 9ca77a1

Browse files
author
yangning wu
committed
Edit readme: rename repository
1 parent 190adde commit 9ca77a1

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README zh.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unitree_sdk2py
1+
# unitree_sdk2_python
22
unitree_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
1414
cd ~
1515
sudo 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
1818
pip3 install -e .
1919
```
2020
## FAQ
@@ -30,9 +30,9 @@ cd cyclonedds && mkdir build install && cd build
3030
cmake .. -DCMAKE_INSTALL_PREFIX=../install
3131
cmake --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
3636
export CYCLONEDDS_HOME="~/cyclonedds/install"
3737
pip3 install -e .
3838
```

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# unitree_sdk2py
1+
# unitree_sdk2_python
22
Python 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
1111
Execute the following commands in the terminal:
1212
```bash
1313
cd ~
1414
sudo 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
1717
pip3 install -e .
1818
```
1919
## FAQ
@@ -30,9 +30,9 @@ cd cyclonedds && mkdir build install && cd build
3030
cmake .. -DCMAKE_INSTALL_PREFIX=../install
3131
cmake --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
3636
export CYCLONEDDS_HOME="~/cyclonedds/install"
3737
pip3 install -e .
3838
```

0 commit comments

Comments
 (0)