I'm expecting to display the map
Asked
Active
Viewed 92 times
1 Answers
0
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.

A-T
- 342
- 2
- 14