|
VLink
2.0.0
A high-performance communication middleware
|
152-byte POD container holding a typed 2-D occupancy / cost grid plus pose metadata. More...
#include <occupancy_grid.h>
152-byte POD container holding a typed 2-D occupancy / cost grid plus pose metadata.
Cells are stored in row-major order with a stride of cell_size() bytes. The struct size is locked at 152 bytes on 64-bit targets via static_assert. Copy semantics are deep; the move constructor / assignment transfer ownership without allocation.