35 return AronT::FromAron(dict);
TerminatedSkillStatusUpdate executeSkill(const std::string &executorName, const aron::data::DictPtr ¶ms=nullptr) const
execute a skill and block until skill terminates
SkillExecutionID executeSkillAsync(const std::string &executorName, const aron::data::DictPtr ¶ms=nullptr) const
execute a skill. Do not block during execution
SkillProxy()=delete
We remove the default constructor as every skill proxy requires a manager.
aron::data::DictPtr getRootProfileParameters() const
get the default parameters of the skill. TODO: Skill profiles in memory!
SkillProxy()=delete
We remove the default constructor as every skill proxy requires a manager.
TerminatedSkillStatusUpdate executeSkill(const std::string &executorName, const AronT ¶ms)
SkillExecutionID executeSkillAsync(const std::string &executorName, const AronT ¶ms=nullptr)
AronT getRootProfileParameters() const
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.