File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,22 @@ The following sections describe how to run the robot simulation and how to make
107107Control 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+
113115To run the [ turtlebot3_world] ( https://github.com/ROBOTIS-GIT/turtlebot3_simulations/tree/master/turtlebot3_gazebo/models/turtlebot3_world )
114116make 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
You can’t perform that action at this time.
0 commit comments