ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, when I started using amcl it also didn't work correctly for me, but ignoring all paramaters in the launch file helped for me. The only thing I have in my launch file to start amcl is this:
<node pkg="amcl" type="amcl" name="amcl"/>
This works fine for me, so maybe it's a good idea to give this a shot... Good luck!