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

Revision history [back]

This is actually what the map_server is for. See the documentation for more details.

It takes a grayscale image (.pgm should work), where whiter pixels are free and darker pixels are occupied. Remember to also configure the respective yaml file correctly, as described in the documentation.

This map can then be loaded in another static map layer, as described here.