Skip to content

Commit c04e633

Browse files
committed
use db_world by default for diffbot_control launch file
1 parent 8349014 commit c04e633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffbot_control/launch/diffbot.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--arg name="model" default="$(env DIFFBOT_MODEL)" doc="model type [diffbot, remo]"/-->
33
<arg name="model" default="diffbot" doc="model type [diffbot, remo]"/>
44
<arg name="rvizconfig" default="$(find diffbot_control)/rviz/diffbot.rviz" />
5-
<arg name="world_name" default="$(find diffbot_gazebo)/worlds/corridor.world"/>
5+
<arg name="world_name" default="$(find diffbot_gazebo)/worlds/db_world.world"/>
66

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

0 commit comments

Comments
 (0)