Update README.md

This commit is contained in:
Agnel Wang 2023-01-06 17:25:37 +08:00
parent af28ff54c4
commit 059bd619c1
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@ You can launch the z1 Gazebo simulation with the following command:
roslaunch unitree_gazebo z1.launch
```
After launching the gazebo simulation, you can start to control the z1 robot by z1_sdk. see [z1_documentation](dev-z1.unitree.com/5-sdk/run.html)
You can also send ros commands derectly to z1 robot:
After launching the gazebo simulation, you can start to control the z1 robot by z1_sdk.
see [z1_documentation](dev-z1.unitree.com/5-sdk/run.html)
You can also send ros commands directly to z1 robot:
```
rosrun z1_controller unitree_move_z1
```