16 armarx::skills::Example::RecursiveSkillParams root_profile_params;
17 root_profile_params.n = 10;
21 .description =
"This skill calls itself recursively {n} times",
22 .rootProfileDefaults = root_profile_params.toAron(),
24 .parametersType = armarx::skills::Example::RecursiveSkillParams::ToAronType(),
25 .resultType = armarx::skills::Example::RecursiveSkillParams::ToAronType()};
A result struct for th main method of a skill.