From 51d7f01120daf1934728e68e5e17f9fa8252c79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=AB=8B=E5=86=9B?= Date: Thu, 1 Apr 2021 20:06:19 +0800 Subject: [PATCH] update chinese README --- README.md | 33 ++++++++++++++--------------- READMEcn.md | 60 ++++++++++++++++------------------------------------- 2 files changed, 34 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 357186d..07f95ac 100644 --- a/README.md +++ b/README.md @@ -75,32 +75,31 @@ python scripts/test.py - **Use slide bar to control** - - launch ros and rviz + - launch ros and rviz - ``` - roslaunch myCobotROS control_slider.launch - ``` + ``` + roslaunch myCobotROS control_slider.launch + ``` - - run python script + - run python script - ``` - rosrun myCobotROS control_slider.py - ``` + ``` + rosrun myCobotROS control_slider.py + ``` - **The model moves with the real manipulator** - - launch ros and rviz + - launch ros and rviz - ``` - roslanuch myCobotROS mycobot.launch - ``` + ``` + roslanuch myCobotROS mycobot.launch + ``` - - run python script - - ``` - rosrun myCobotROS display.py - ``` + - run python script + ``` + rosrun myCobotROS display.py + ```