17 armarx::skills::Example::ChainingSkillParams defaultParams;
18 defaultParams.numberOfSkills = 25;
19 defaultParams.waitForXSeconds = 0;
23 .description =
"This skill calls the Timeout skill several times. At some point the "
24 "execution is aborted due to a timeout of this skill.",
25 .rootProfileDefaults = defaultParams.toAron(),
27 .parametersType = armarx::skills::Example::ChainingSkillParams::ToAronType(),
28 .resultType = armarx::skills::Example::ChainingSkillParams::ToAronType()};
A result struct for th main method of a skill.