Update to changes in skill framework
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
requested review from @peller
assigned to @kartmann
Yes, I am on sw/armarx/robot-api@1cfaf630 in RobotAPI and get this in armarx_control:
In file included from /home/rkartmann/code/armarx/skills/control/source/armarx/control/skills/skills/MoveJoints.cpp:1: /home/rkartmann/code/armarx/skills/control/source/armarx/control/skills/skills/MoveJoints.h: In static member function ‘static armarx::skills::SkillDescription armarx::control::skills::skills::MoveJoints::GetSkillDescription()’: /home/rkartmann/code/armarx/skills/control/source/armarx/control/skills/skills/MoveJoints.h:38:62: error: could not convert ‘{armarx::skills::SkillID{std::optional<armarx::skills::ProviderID>((std::nullopt, std::nullopt_t())), std::__cxx11::basic_string<char>(((const char*)"MoveJoints"), std::allocator<char>())}, "Moves joints to specified target values using the KinematicUnit", armarx::core::time::Duration::Minutes(((int64_t)1)), armarx::control::skills::skills::MoveJointsParams::ToAronType()()}’ from ‘<brace-enclosed initializer list>’ to ‘armarx::skills::SkillDescription’ .parametersType = ParamType::ToAronType()}; ^
which is fixed by this MR
Please register or sign in to reply