ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ERROR: Is the robot out of the map?

asked 2016-05-16 11:01:08 -0500

MariaKrgr gravatar image

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? print screen

(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)

edit retag flag offensive close merge delete

Comments

Ok I fixed it, the problem was I computed and published wrong odometry.

MariaKrgr gravatar image MariaKrgr  ( 2016-05-17 05:52:56 -0500 )edit
1

Hi @MariaKrgr . How did you solve your problem? What exactly did you do?

saba.k gravatar image saba.k  ( 2017-04-20 16:15:11 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-05-17 03:24:48 -0500

Sebastian Kasperski gravatar image

This problem is not related to the (local) costmap, but to the path planner that uses the global map generated by the mapper. Please check the generated map and the robot's position within this map.

(The nav2d mapper doesn't have an origin_x/y map parameter, because it applies a graph based approach that can grow the map dynamically as the robot moves.)

edit flag offensive delete link more

Comments

I found out that I have wrong odometry published, so you think that this should be the problem?

MariaKrgr gravatar image MariaKrgr  ( 2016-05-17 04:25:01 -0500 )edit

This is possible, as both the local costmap and the mapper depend on the odometry.

Sebastian Kasperski gravatar image Sebastian Kasperski  ( 2016-05-17 07:51:26 -0500 )edit

I posted a new question (better clarified) here. If you have the time and kindness take a look. http://answers.ros.org/question/23448...

MariaKrgr gravatar image MariaKrgr  ( 2016-05-17 08:23:47 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-16 11:01:08 -0500

Seen: 347 times

Last updated: May 17 '16