We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8349014 commit c04e633Copy full SHA for c04e633
diffbot_control/launch/diffbot.launch
@@ -2,7 +2,7 @@
2
<!--arg name="model" default="$(env DIFFBOT_MODEL)" doc="model type [diffbot, remo]"/-->
3
<arg name="model" default="diffbot" doc="model type [diffbot, remo]"/>
4
<arg name="rvizconfig" default="$(find diffbot_control)/rviz/diffbot.rviz" />
5
- <arg name="world_name" default="$(find diffbot_gazebo)/worlds/corridor.world"/>
+ <arg name="world_name" default="$(find diffbot_gazebo)/worlds/db_world.world"/>
6
7
<include file="$(find diffbot_gazebo)/launch/diffbot_view.launch">
8
<arg name="model" value="$(arg model)" />
0 commit comments