Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

03: Making a map of the environment

Renee edited this page May 9, 2017 · 5 revisions

Making a map

01. Follow previous guides from this wiki:

The previous wiki documents will help in understanding the concepts used during map creation.

Getting-Started

Teleoperation-and-Navigation

02. Bringup your robot:

roslaunch turtlebot2i_bringup turtlebot2i_demo1.launch

03. Teleoperate or Navigate the environment:

roslaunch turtlebot_teleop keyboard_teleop.launch

04. Saving map:

The default location for the map database created by RTAB-Map is ~/.ros/rtabmap.db and the file will persist after stopping the turtlebot2i_bringup. You can simply copy or rename this file to make a backup, use later or share with another robot.

05. Viewing the map:

RTAB-Map comes with a database viewer application for more information please see:

https://github.com/introlab/rtabmap/wiki/Tools#database-viewer

06. Going further:

Other methods for map creation exist. One of which is called frontier_exploration:

There are also alternate packages with varying features and algorithms for creating maps:

You can also explore more of the features offered by RTAB-Map such as multi session mapping:

References: