grid_map_msgs¶
Contents:
Summary¶
-
grid_map_msgs
¶ Version: 1.1.3
Description: Definition of the multi-layered grid map message type.
Maintainers: - Péter Fankhauser <pfankhauser AT ethz DOT ch>
Licenses: - BSD
Urls: - website<http://github.com/ethz-asl/grid_map>
- bugtracker<http://github.com/ethz-asl/grid_map/issues>
Authors: - Péter Fankhauser <pfankhauser AT ethz DOT ch>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
grid_map_msgs/GetGridMapInfo
¶ Field (Response): - info (grid_map_msgs/GridMapInfo) –
--- # Grid map info grid_map_msgs/GridMapInfo info
-
grid_map_msgs/GetGridMap
¶ Field (Request): - frame_id (string) –
- position_x (float64) –
- position_y (float64) –
- length_x (float64) –
- length_y (float64) –
- layers[] (string) –
Field (Response): - map (grid_map_msgs/GridMap) –
Frame id of the submap position request.
# Frame id of the submap position request. string frame_id # Requested submap position in x-direction [m]. float64 position_x # Requested submap position in y-direction [m]. float64 position_y # Requested submap length in x-direction [m]. float64 length_x # Requested submap width in y-direction [m]. float64 length_y # Requested layers. If empty, get all layers. string[] layers --- # Submap grid_map_msgs/GridMap map
-
grid_map_msgs/ProcessFile
¶ Field (Request): - file_path (string) –
Field (Response): - success (bool) –
Absolute file path.
# Absolute file path. string file_path --- # True if file processing was successful. bool success