#include <submap_controller.h>
Public Member Functions | |
std::shared_ptr< SubmapType > | UpdateSubmap (const mapping::proto::Submap &proto) |
Private Member Functions | |
template<> | |
std::shared_ptr< mapping::Submap2D > | CreateSubmap (const mapping::proto::Submap &proto) |
template<> | |
std::shared_ptr< mapping::Submap3D > | CreateSubmap (const mapping::proto::Submap &proto) |
std::shared_ptr< SubmapType > | CreateSubmap (const mapping::proto::Submap &proto) |
template<> | |
std::shared_ptr< mapping::Submap2D > | CreateSubmap (const mapping::proto::Submap &proto) |
template<> | |
std::shared_ptr< mapping::Submap3D > | CreateSubmap (const mapping::proto::Submap &proto) |
Private Attributes | |
mapping::MapById< mapping::SubmapId, std::shared_ptr< SubmapType > > | unfinished_submaps_ |
Definition at line 29 of file submap_controller.h.
|
private |
Definition at line 24 of file submap_controller.cc.
|
private |
Definition at line 31 of file submap_controller.cc.
|
private |
|
private |
|
private |
|
inline |
Definition at line 31 of file submap_controller.h.
|
private |
Definition at line 62 of file submap_controller.h.