File: cost_map_msgs/CostMap.msg
Raw Message Definition
# Grid map header
grid_map_msgs/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
# Costs from a cost_map::CostMap
std_msgs/UInt8MultiArray[] data
# Row start index (default 0).
uint16 outer_start_index
# Column start index (default 0).
uint16 inner_start_index
Compact Message Definition