3 #include <experimental/memory>
8 #include <RobotAPI/interface/skills/SkillManagerInterface.h>
9 #include <RobotAPI/libraries/skills/core/aron/FluxioValue.aron.generated.h>
22 std::optional<manager::dto::FluxioValue>
toManagerIce()
const;
23 std::optional<manager::arondto::FluxioValue>
toAron()
const;
25 static std::optional<FluxioValue>
26 FromIce(
const manager::dto::FluxioValue& i,
27 std::map<std::string, FluxioProfile>& profilesMap);
28 static std::optional<FluxioValue>
29 FromAron(
const manager::arondto::FluxioValue& i,
30 std::map<std::string, FluxioProfile>& profilesMap);