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

map_server question

asked 2014-11-01 01:32:18 -0500

pikaboo gravatar image

Hi,

I'm new to ROS and I just want a little background information about map_servers. I was wondering how do I find a map. Do I have to use programs like GeoServer, MapServer, Google Maps, etc to obtain my map? I have also heard about the SLAM technique that can build a map but I am not really headed that way. I am more focused on knowing if it is possible to input longitude/latitude values and possibly generate a map from that?

Thanks~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-11-01 07:52:05 -0500

lebowski gravatar image

map_server reads a single map (it is just a picture) and publish it on a topic or via a service.

what you need is

  1. the slam_gmapping node to create a map on base of odometry and laserscan data http://wiki.ros.org/gmapping
  2. map_saver to save the map (served by gmapping)
  3. map_server (to read and publish the saved map) and amcl (to localize your robot in the map) http://wiki.ros.org/map_server

you cant just create a map from longitude and latitude values. please read [1.1 image format] at http://wiki.ros.org/map_server

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-11-01 01:32:18 -0500

Seen: 763 times

Last updated: Nov 01 '14