ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Are you passing base_local_planner parameter correctly? Try passing base_local_planner parameter inside node tag.

This is my launch file, and eband_local_planner is working properly.

<node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
  <rosparam file="$(find car_2dnav)/config/costmap_common_params.yaml" command="load" ns="global_costmap"/>
  <rosparam param="base_local_planner">eband_local_planner/EBandPlannerROS</rosparam>      
</node>