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

I was able to find a viable solution. Instead of the rosrun amcl amcl command, I launched the amcl node with the below command:

roslaunch turtebot3_navigation amcl.launch

Also, in that launch file, I had to add the below line to the list of parameters:

<param name="use_map_topic"    value="true"/>