18 visualServoTCPControlSkillContext.defineProperties(defs,
"visualServoTCPControlSkills.");
26 return "VisualServoTCPControlSkillProvider";
32 visualServoTCPControlSkillContext.onInit(*
this);
38 visualServoTCPControlSkillContext.onConnected(*
this);
43 addSkill(std::make_unique<VisualServoToTargetPose>(
44 mns,
arviz, visualServoTCPControlSkillContext));
armarx::viz::Client arviz
Default component property definition container.
std::string getConfigIdentifier()
Retrieve config identifier for this component as set in constructor.
MemoryNameSystem & memoryNameSystem()
void onInitComponent() override
Pure virtual hook for the subclass.
void onDisconnectComponent() override
Hook for subclass.
armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void onConnectComponent() override
Pure virtual hook for the subclass.
void onExitComponent() override
Hook for subclass.
std::string getDefaultName() const override
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.