map_msgs¶
Contents:
Summary¶
-
map_msgs¶ Version: 0.0.2
Description: This package defines messages commonly used in mapping packages.
Maintainers: - Stéphane Magnenat <stephane AT magnenat DOT net>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/map_msgs>
- bugtracker<https://github.com/ethz-asl/map_msgs/issues>
Authors: - Stéphane Magnenat
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
map_msgs/GetMapROImap_msgs/ProjectedMapsInfomap_msgs/GetPointMapmap_msgs/GetPointMapROImap_msgs/SaveMapmap_msgs/SetMapProjections
-
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/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
# Get the map as a sensor_msgs/PointCloud2 --- sensor_msgs/PointCloud2 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/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