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

ROS Navigation help

asked 2016-08-18 05:09:15 -0500

silverbullet gravatar image

Hello everyone. I have been reading about ROS navigation lately and I came to know that we need to explore the whole map ourself in order to build it up. What I'm trying to achieve is that, to do the same without actually exploring it, I have the image of a map with all the dimensions from obstacles(say), so can we do this? Also the map is 3D. Regards.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-08-19 02:13:34 -0500

FOXTER gravatar image

Yes you can do that. I would look into the map_server package: http://wiki.ros.org/map_server which takes a predefined map and enables it for navigation. It also defines how the image format should be. Most of the navigation algorithms (amcl, etc) use a 2D map, so you probably should convert it to 2D.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-18 05:09:15 -0500

Seen: 371 times

Last updated: Aug 19 '16