23 namespace localization {
25 namespace pyramid_map {
40 size_t LoadBinary(
const unsigned char* buf,
41 std::shared_ptr<BaseMapMatrix> matrix);
46 size_t CreateBinary(
const std::shared_ptr<BaseMapMatrix> matrix,
47 unsigned char* buf,
size_t buf_size);
49 size_t GetBinarySize(
const std::shared_ptr<BaseMapMatrix> matrix);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: base_map_matrix_handler.h:27
static BaseMapMatrixHandler * AllocNdtMapMatrixHandler()
~NdtMapMatrixHandlerSelector()
Definition: ndt_map_matrix_handler.h:35
NdtMapMatrixHandlerSelector()
Definition: ndt_map_matrix_handler.h:27