RobotnikAutomation / multimap_server

Map server implementation that allows to offer multiple maps simultaneously. Based on the code of the map_server package at http://wiki.ros.org/map_server
16 stars 12 forks source link

multimap_server

Map server implementation based on the map_server package at http://wiki.ros.org/map_server that extends the functionality of the original.

1 multimap_server

Map server implementation that allows to offer multiple maps simultaneously. You can pass a .yaml file as an argument to load an initial set of maps. An example can be found in config/multimap_server_config.yaml

1.1 Published Topics

1.2 Services

1.3 Bringup

rosrun multimap_server multimap_server (path_to_environments_yaml_file)

2 online_map_saver

Map saver implementation that runs continuously and offers a service to save maps on demand.

2.1 Services

2.2 Bringup

rosrun multimap_server online_map_saver