19 armarx::skills::Example::DataPassingParams root_profile_params;
20 root_profile_params.have_success =
true;
22 "This skill terminates with success if the 'have_success' parameter is true; "
23 "otherwise, it fails. Regardless of the outcome, it returns a constant integer "
24 "with the value 1234. This skill is primarily used by 'SkillReturnDataProcessing' "
25 "to demonstrate how data can be passed upon termination.";
29 .rootProfileDefaults = root_profile_params.toAron(),
31 .parametersType = armarx::skills::Example::DataPassingParams::ToAronType(),
32 .resultType = armarx::skills::Example::DataPassingReturn::ToAronType()};
A result struct for th main method of a skill.