map_msgs¶
Contents:
Summary¶
-
map_msgs
¶ Version: 1.13.0
Description: This package defines messages commonly used in mapping packages.
Maintainers: - David V. Lu!! <davidvlu AT gmail DOT com>
- Michael Ferguson <mferguson AT fetchrobotics DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/map_msgs>
- bugtracker<https://github.com/ros-planning/navigation_msgs/issues>
Authors: - Stéphane Magnenat
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
map_msgs/SaveMap
map_msgs/SetMapProjections
map_msgs/GetMapROI
map_msgs/GetPointMapROI
map_msgs/ProjectedMapsInfo
map_msgs/GetPointMap
-
map_msgs/SaveMap
¶ Field (Request): - filename (std_msgs/String) –
Save the map to the filesystem
# Save the map to the filesystem std_msgs/String filename
-
map_msgs/SetMapProjections
¶ Field (Response): - projected_maps_info[] (map_msgs/ProjectedMapInfo) –
--- map_msgs/ProjectedMapInfo[] projected_maps_info
-
map_msgs/GetMapROI
¶ Field (Request): - x (float64) –
- y (float64) –
- l_x (float64) –
- l_y (float64) –
Field (Response): - sub_map (nav_msgs/OccupancyGrid) –
float64 x float64 y float64 l_x float64 l_y --- nav_msgs/OccupancyGrid sub_map
-
map_msgs/GetPointMapROI
¶ Field (Request): - x (float64) –
- y (float64) –
- z (float64) –
- r (float64) –
- l_x (float64) –
- l_y (float64) –
- l_z (float64) –
Field (Response): - sub_map (sensor_msgs/PointCloud2) –
float64 x float64 y float64 z float64 r # if != 0, circular ROI of radius r float64 l_x # if r == 0, length of AABB on x float64 l_y # if r == 0, length of AABB on y float64 l_z # if r == 0, length of AABB on z --- sensor_msgs/PointCloud2 sub_map
-
map_msgs/ProjectedMapsInfo
¶ Field (Request): - projected_maps_info[] (map_msgs/ProjectedMapInfo) –
map_msgs/ProjectedMapInfo[] projected_maps_info
-
map_msgs/GetPointMap
¶ Field (Response): - map (sensor_msgs/PointCloud2) –
# Get the map as a sensor_msgs/PointCloud2 --- sensor_msgs/PointCloud2 map