ERROR: Is the robot out of the map?
Hello, I use nav2d in a real robot with kinect. But when I call /StartMapping, there is an error:
ERROR: Is the robot out of the map?
Here is a print screen of the costmap and my costmap.yaml.
Any ideas about what's wrong?
(when i had a similar problem with navigation_stack I remember that I moved the origin_x and origin_y of the costmap, but I think nav2d does not have such parameters)
Ok I fixed it, the problem was I computed and published wrong odometry.
Hi @MariaKrgr . How did you solve your problem? What exactly did you do?