grid_map_msgs

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:
Authors:
  • Péter Fankhauser <pfankhauser AT ethz DOT ch>
BuildDepends:
BuildtoolDepends:
 
BuildExportDepends:
 
ExecDepends:

Types

Message types

grid_map_msgs/GridMapInfo
Field:

Header (time and frame)

# Header (time and frame)
Header header

# Resolution of the grid [m/cell].
float64 resolution

# Length in x-direction [m].
float64 length_x

# Length in y-direction [m].
float64 length_y

# Pose of the grid map center in the frame defined in `header` [m].
geometry_msgs/Pose pose
grid_map_msgs/GridMap
Field:

Grid map header

# Grid map header
GridMapInfo info

# Grid map layer names.
string[] layers

# Grid map basic layer names (optional). The basic layers
# determine which layers from `layers` need to be valid
# in order for a cell of the grid map to be valid.
string[] basic_layers

# Grid map data.
std_msgs/Float32MultiArray[] data

# Row start index (default 0).
uint16 outer_start_index

# Column start index (default 0).
uint16 inner_start_index

Service types

grid_map_msgs/GetGridMapInfo
Field (Response):
 
---

# 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):
 

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