Go to the documentation of this file.
29 #include <RobotComponents/interface/components/PathPlanner.h>
31 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
42 defineOptionalProperty<std::string>(
43 "WorkingMemoryName",
"WorkingMemory",
"Name of WorkingMemory component");
44 defineOptionalProperty<std::string>(
45 "DebugDrawerName",
"DebugDrawerUpdates",
"Name of DebugDrawer component");
46 defineOptionalProperty<std::string>(
47 "AStarPathPlannerName",
"AStarPathPlanner",
"Name of AStarPathPlanner component");
85 return "AStarPathPlannerTestComponent";
89 memoryx::WorkingMemoryInterfacePrx workingMemoryPrx;
91 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.