Skip to content

Commit 87f0216

Browse files
committed
use db_world as default world for diffbot_gazebo/launch/diffbot.launch
1 parent 9e15559 commit 87f0216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffbot_gazebo/launch/diffbot.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<arg name="model" default="diffbot" doc="model type [diffbot, remo]"/>
44

55
<arg name="rvizconfig" default="$(find diffbot_control)/rviz/diffbot.rviz" />
6-
<arg name="world_name" default="$(find diffbot_gazebo)/worlds/corridor.world"/>
6+
<arg name="world_name" default="$(find diffbot_gazebo)/worlds/db_world.world"/>
77

88
<include file="$(find diffbot_gazebo)/launch/diffbot_view.launch">
99
<arg name="model" value="$(arg model)" />

0 commit comments

Comments
 (0)