Skip to content

Commit 8d1f5b7

Browse files
committed
Use db_world as default for navigation
1 parent 3935698 commit 8d1f5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

diffbot_navigation/launch/diffbot_navigation.launch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<launch>
22
<!-- Arguments -->
33
<arg name="model" default="diffbot" doc="model type [diffbot, remo]"/>
4-
<arg name="map_file" default="$(find diffbot_navigation)/maps/map.yaml"/>
4+
<arg name="map_file" default="$(find diffbot_navigation)/maps/db_world.yaml"/>
55
<arg name="open_rviz" default="true"/>
66
<arg name="move_forward_only" default="false"/>
77
<arg name="local_planner" default="dwa" doc="Local planner can be either dwa, base, teb or pose"/>
@@ -31,4 +31,4 @@
3131
<node pkg="rviz" type="rviz" name="rviz" required="true"
3232
args="-d $(find diffbot_navigation)/rviz/$(arg model)_navigation.rviz"/>
3333
</group>
34-
</launch>
34+
</launch>

0 commit comments

Comments
 (0)