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

Revision history [back]

  1. Yes you can communicate with the ROS Topics independent from the ROS Version
  2. Is likely more difficult to answer because I have no Idea about your robot, environment and map. But the problem you want do solve is commonly named SLAM (Simultaneous Localization and Mapping). There are two most popular SLAM packages in ROS:

  1. GMapping
  2. Hector SLAM

Both of them need a laserscan and GMapping also a Odometry (in form of a transformation from odom to base_link)

You can save and load the created map with the Map Server package.