18 jointControlSkillContext.defineProperties(defs,
"jointControlSkills.");
26 return "JointControlSkillProvider";
32 jointControlSkillContext.onInit(*
this);
38 jointControlSkillContext.onConnected(*
this);
43 addSkill(std::make_unique<MoveJointsToPosition>(mns, jointControlSkillContext));
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.