Skip to content

Commit 9603217

Browse files
authored
Update README.md
update simulation usage instructions: db_world.world
1 parent e585624 commit 9603217

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,22 @@ The following sections describe how to run the robot simulation and how to make
107107
Control the robot inside Gazebo and view what it sees in RViz using the following launch file:
108108

109109
```console
110-
roslaunch diffbot_control diffbot.launch world_name:='$(find diffbot_gazebo)/worlds/corridor.world'
110+
roslaunch diffbot_control diffbot.launch'
111111
```
112112

113+
This will launch the default diffbot world `db_world.world`.
114+
113115
To run the [turtlebot3_world](https://github.com/ROBOTIS-GIT/turtlebot3_simulations/tree/master/turtlebot3_gazebo/models/turtlebot3_world)
114116
make sure to download it to your `~/.gazebo/models/` folder, because the `turtlebot3_world.world` file references the `turtlebot3_world` model.
117+
After that you can run it with the following command:
118+
119+
```console
120+
roslaunch diffbot_control diffbot.launch world_name:='$(find diffbot_gazebo)/worlds/turtlebot3_world.world'
121+
```
115122

116-
| `corridor.world` | `turtlebot3_world.world` |
123+
| `db_world.world` | `turtlebot3_world.world` |
117124
|:-------------------------------------:|:--------------------------------:|
118-
| ![corridor-world](https://raw.githubusercontent.com/ros-mobile-robots/ros-mobile-robots.github.io/main/docs/resources/control/diffbot-rplidar.png) | ![turtlebot3-world](https://raw.githubusercontent.com/ros-mobile-robots/ros-mobile-robots.github.io/main/docs/resources/control/diffbot-turtlebot3-world.png) |
125+
| ![corridor-world](https://raw.githubusercontent.com/ros-mobile-robots/ros-mobile-robots.github.io/main/docs/resources/control/diffbot_world_control.png) | ![turtlebot3-world](https://raw.githubusercontent.com/ros-mobile-robots/ros-mobile-robots.github.io/main/docs/resources/control/diffbot-turtlebot3-world.png) |
119126

120127
#### Navigation
121128

0 commit comments

Comments
 (0)