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

Sensor out of bounds

asked 2011-05-23 01:18:32 -0500

szokei gravatar image

updated 2011-05-25 02:30:18 -0500

Hello. I've attached the result of the rxgraph. I've created a node which is sending commands to the move_base_node, my map is a static one published by map_server, I'm using amcl to obtain the map->odom transform. My configure files are ok, in the global_costmap my map is set to static. I'm getting the following error.

The origin for the sensor at (0.15, -0.00) is out of map bounds. So, the costmap cannot raytrace for it.

Im sending the following goal coordinates (wx,wy)

wx=-0.014118, wy=-0.031483, mx=4, my=3

I'm getting this error, my map is 492x583 with the resolution of 0.016. The map is attached, the robot is set to (0.9, 7.7)

The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

Thank you! Gazebo_robot.png,amcl_outofbounds.png

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-05-23 02:10:02 -0500

dornhege gravatar image

You should not use a static map from one source and the transformation from another. They don't match this way. If you want to use a static map from the map server, use localization. This tutorial shows how to use it: Using custom maps

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-05-23 01:18:32 -0500

Seen: 2,767 times

Last updated: May 25 '11