#include <class_loader.h>
Public Types | |
using | Ptr = std::shared_ptr< Costmap3dLayerSpawnerBase > |
Public Member Functions | |
virtual Costmap3dLayerBase::Ptr | spawn () const =0 |
Definition at line 49 of file class_loader.h.
using costmap_cspace::Costmap3dLayerSpawnerBase::Ptr = std::shared_ptr<Costmap3dLayerSpawnerBase> |
Definition at line 52 of file class_loader.h.
|
pure virtual |
Implemented in costmap_cspace::Costmap3dLayerSpawner< T >.