29 armarx::skills::Example::HelloWorldAcceptedType root_profile_params;
30 root_profile_params.some_float = 5;
31 root_profile_params.some_int = 42;
32 root_profile_params.some_text =
"YOLO";
33 root_profile_params.some_optional_text =
"OPTIONAL";
34 root_profile_params.some_list_of_matrices.push_back(Eigen::Matrix3f::Zero());
35 root_profile_params.some_matrix = Eigen::Matrix3f::Zero();
39 .description =
"This skill logs a message on ARMARX_IMPORTANT",
40 .rootProfileDefaults = root_profile_params.toAron(),
42 .parametersType = armarx::skills::Example::HelloWorldAcceptedType::ToAronType(),
43 .resultType = armarx::skills::Example::HelloWorldAcceptedType::ToAronType()};