29#include <RobotComponents/interface/components/PathPlanner.h>
31#include <MemoryX/interface/components/WorkingMemoryInterface.h>
43 "WorkingMemoryName",
"WorkingMemory",
"Name of WorkingMemory component");
45 "DebugDrawerName",
"DebugDrawerUpdates",
"Name of DebugDrawer component");
47 "AStarPathPlannerName",
"AStarPathPlanner",
"Name of AStarPathPlanner component");
85 return "AStarPathPlannerTestComponent";
89 memoryx::WorkingMemoryInterfacePrx workingMemoryPrx;
91 armarx::AStarPathPlannerBasePrx aStarPathPlannerPrx;
AStarPathPlannerTestComponentPropertyDefinitions(std::string prefix)
A test component for the AStarPathPlanner.
void onInitComponent() override
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
Default component property definition container.
ComponentPropertyDefinitions(std::string prefix, bool hasObjectNameParameter=true)
Component()
Protected default constructor. Used for virtual inheritance. Use createManagedIceObject() instead.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
PropertyDefinition< PropertyType > & defineOptionalProperty(const std::string &name, PropertyType defaultValue, const std::string &description="", PropertyDefinitionBase::PropertyConstness constness=PropertyDefinitionBase::eConstant)
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.
::IceInternal::ProxyHandle<::IceProxy::armarx::DebugDrawerInterface > DebugDrawerInterfacePrx