[Documentation] [TitleIndex] [WordIndex

Building a Map for the Navigation Stack

In order for your robot to navigate with the Navigation Stack, it must have a static map. This map enables the robot to localize itself and receive commands to navigation to a specific location within the map. We currently build our maps using the gmapping package, which uses SLAM to build a map from sensor data published over ROS. Here is a tutorial on building a map from ROS sensor data using gmapping.


2023-10-28 12:49