Files
agv_pro_ros2/navigation2/nav2_msgs/msg/Costmap.msg
T
2025-05-27 19:03:40 +08:00

10 lines
221 B
Plaintext

# This represents a 2-D grid map, in which each cell has an associated cost
std_msgs/Header header
# MetaData for the map
CostmapMetaData metadata
# The cost data, in row-major order, starting with (0,0).
uint8[] data