Go to the documentation of this file.
37 #include <armarx/navigation/components/costmap_merger/ComponentInterface.h>
79 const std::vector<armem::MemoryID>& snapshotIDs);
82 static const std::string defaultName;
86 std::vector<std::string> costmapsToMerge;
87 std::string outputCostmapName =
"distance_to_obstacles";
90 Properties properties;
93 costmapReaderPlugin =
nullptr;
96 costmapWriterPlugin =
nullptr;
98 std::mutex mergeCostmapMtx;
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onInitComponent() override
void mergeAndStoreCostmap()
A component plugin offering client-side access to a reader or writer and manages the lifecycle,...
void onExitComponent() override
void processObjectInstance(const armem::MemoryID &id, const std::vector< armem::MemoryID > &snapshotIDs)
Baseclass for all ArmarX ManagedIceObjects requiring properties.
static std::string GetDefaultName()
Get the component's default name.
void onDisconnectComponent() override
std::string getDefaultName() const override
A memory name system client which listens to the memory updates topic (MemoryListenerInterface).
void onConnectComponent() override