mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-02-22 14:06:47 +00:00
Update move_base_core.launch
This commit is contained in:
parent
a57d981e71
commit
804bdb23e8
@ -9,11 +9,12 @@
|
||||
|
||||
<!--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 segwayrmp)/param/costmap_common_params.yaml" command="load" ns="global_costmap" />
|
||||
<rosparam file="$(find segwayrmp)/param/costmap_common_params.yaml" command="load" ns="local_costmap" />
|
||||
<rosparam file="$(find segwayrmp)/param/local_costmap_params.yaml" command="load" />
|
||||
<rosparam file="$(find segwayrmp)/param/global_costmap_params.yaml" command="load" />
|
||||
<rosparam file="$(find segwayrmp)/param/base_local_planner_params.yaml" command="load" />
|
||||
<rosparam file="$(find cps_rmp220_support)/config/dwa_base_local_planner_params.yaml" command="load" />
|
||||
<!-- scan topic -->
|
||||
<remap from="scan" to="scan_filtered"/>
|
||||
<!-- remap cmd_vel -->
|
||||
@ -27,4 +28,4 @@
|
||||
static_transform_publisher x y z yaw pitch roll frame_id child_frame_id period_in_ms -->
|
||||
<!-- <node pkg="tf" type="static_transform_publisher" name="base_footprint_to_base_link" args="0 0 0.5 0 0 0 base_link base_footprint 50" /> -->
|
||||
|
||||
</launch>
|
||||
</launch>
|
||||
|
Loading…
Reference in New Issue
Block a user