Update move_base_core.launch

This commit is contained in:
bjoernellens1 2025-02-10 11:28:05 +01:00 committed by GitHub
parent bd1037133b
commit 4e9ffb9406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
<!--move base-->
<node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
<param name="base_local_planner" value="dwa_local_planner/DWAPlannerROS" />
<rosparam file="$(find cps_rmp220_support)/config/param/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find cps_rmp220_support)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />
<rosparam file="$(find cps_rmp220_support)/config/costmap_common_params.yaml" command="load" ns="local_costmap" />
<rosparam file="$(find cps_rmp220_support)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find cps_rmp220_support)/config/global_costmap_params.yaml" command="load" />