Skip to content

Map Server

Source code on Github.

The Map server package implements various components for handling grid maps, including loading, saving, and publishing maps and their metadata. Currently the following components are supported in Nav2:

  • Map Server


    Loads and serves static occupancy grid maps.

    Go

  • Map Saver


    Saves maps from SLAM to disk.

    Go

  • Costmap Filter Info Server


    Publishes spatial filter metadata for keepout/speed zones.

    Go

  • Vector Object Server


    Serves dynamic geometric map objects (polygons, lines, points).

    Go