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

In your launch file, add the following parameter to your move_base node:

<node name="move_base" type="move_base" pkg="move_base">
    ...
    <param name="base_local_planner" value="eband_local_planner/EBandPlannerROS" />
</node>