map_store¶
Contents:
Summary¶
-
map_store
¶ Version: 0.3.1
Description: Storage manager for OccupancyGrid maps. Supports naming the most recent map, getting a list of map names, and publishing a specific map.
Maintainers: - Dave Hershberger <hersh AT willowgarage DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/map_store>
Authors: - Dave Hershberger
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
map_store/DeleteMap
¶ Field (Request): - map_id (string) –
Service used to delete a given map
# Service used to delete a given map string map_id ---
-
map_store/RenameMap
¶ Field (Request): - map_id (string) –
- new_name (string) –
Service used to rename a given map.
# Service used to rename a given map. string map_id string new_name ---
-
map_store/PublishMap
¶ Field (Request): - map_id (string) –
Service used to publish a given map from the database to the /map topic.
# Service used to publish a given map from the database to the /map topic. string map_id ---
-
map_store/SaveMap
¶ Field (Request): - map_name (string) –
Service used to name the most recent saved map.
# Service used to name the most recent saved map. string map_name ---
-
map_store/ListMaps
¶ Field (Response): - map_list[] (map_store/MapListEntry) –
Service used to list the most recent map from every map-making session.
No arguments at this time.
# Service used to list the most recent map from every map-making session. # No arguments at this time. --- MapListEntry[] map_list