8 #include <RobotAPI/libraries/skills/core/aron/FluxioValue.aron.generated.h>
16 std::optional<manager::dto::FluxioValue>
19 manager::dto::FluxioValue
ret;
38 std::optional<FluxioValue>
40 std::map<std::string, FluxioProfile>& profilesMap)
57 std::optional<FluxioValue>
59 std::map<std::string, FluxioProfile>& profilesMap)
71 if (!i.content->hasElement(
"content")) {
72 ARMARX_WARNING <<
"Error while converting FluxioValue from Aron for profile: '" << i.profileId.id <<
"': content not found";
75 ret.content = i.content->getElement(
"content");
80 std::optional<manager::arondto::FluxioValue>
83 manager::arondto::FluxioValue
ret;
100 dict->addElement(
"content",
content);