Browse Source

Included global planner parameters and planner type in the launch file.

pull/80/head
Alan G. Sanchez 2 years ago
parent
commit
974ddabe12
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      stretch_navigation/launch/navigation.launch

+ 3
- 0
stretch_navigation/launch/navigation.launch View File

@ -27,6 +27,9 @@
<rosparam file="$(find stretch_navigation)/config/local_costmap_params.yaml" command="load" /> <rosparam file="$(find stretch_navigation)/config/local_costmap_params.yaml" command="load" />
<rosparam file="$(find stretch_navigation)/config/global_costmap_params_withmap.yaml" command="load" /> <rosparam file="$(find stretch_navigation)/config/global_costmap_params_withmap.yaml" command="load" />
<rosparam file="$(find stretch_navigation)/config/base_local_planner_params.yaml" command="load" /> <rosparam file="$(find stretch_navigation)/config/base_local_planner_params.yaml" command="load" />
<rosparam file="$(find stretch_navigation)/config/base_global_planner_params.yaml" command="load" />
<param name="base_global_planner" value="global_planner/GlobalPlanner" />
<remap from="/cmd_vel" to="/stretch/cmd_vel" /> <remap from="/cmd_vel" to="/stretch/cmd_vel" />
</node> </node>

Loading…
Cancel
Save