From 059bd619c14c5d06346bcdec57b4191dccee2b86 Mon Sep 17 00:00:00 2001 From: Agnel Wang <59766821+Agnel-Wang@users.noreply.github.com> Date: Fri, 6 Jan 2023 17:25:37 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdd9276..a8a9ddc 100644 --- a/README.md +++ b/README.md @@ -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 ```