Go to the documentation of this file.
27 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
29 #include <RobotComponents/interface/components/PathPlanner.h>
40 defineOptionalProperty<std::string>(
"WorkingMemoryName",
"WorkingMemory",
"Name of WorkingMemory component");
41 defineOptionalProperty<std::string>(
"DebugDrawerName",
"DebugDrawerUpdates",
"Name of DebugDrawer component");
42 defineOptionalProperty<std::string>(
"AStarPathPlannerName",
"AStarPathPlanner",
"Name of AStarPathPlanner component");
81 return "AStarPathPlannerTestComponent";
84 memoryx::WorkingMemoryInterfacePrx workingMemoryPrx;
86 armarx::AStarPathPlannerBasePrx aStarPathPlannerPrx;
AStarPathPlannerTestComponentPropertyDefinitions(std::string prefix)
std::string getDefaultName() const override
void onConnectComponent() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
void onInitComponent() override
void onExitComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
Default component property definition container.
This file offers overloads of toIce() and fromIce() functions for STL container types.
A test component for the AStarPathPlanner.