1

There are 1 best solutions below

0
On

This is happening because the correct path to the map.pgm file is not being passed to ROS. I can see the problem with the path happening in the map.yaml file.

Navigate to turtlebot3 -> turtlebot3_navigation -> maps -> map.yaml and change the first line from image: ./map.pgm to image: map.pgm.

This should allow for the map image to be loaded correctly.