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 + ```