32 static ::armarx::skills::SkillDescription
38 return ::armarx::skills::SkillDescription{
40 .description =
"Moves joints with a specific velocity using the KinematicUnit",
41 .rootProfileDefaults = defaultParameters.toAron(),
43 .parametersType = ParamType::ToAronType()};
56 std::map<std::string, float>
57 filterJointTargetValues(
const NameValueMap& jointsTargetValues,
58 const std::vector<std::string>& disabledJoints)
const;
60 void switchControlMode(
const NameValueMap& jointsTargetValues,
61 const armarx::ControlMode controlMode);
63 void moveJoints(
const NameValueMap& jointsTargetValues,
A result struct for th main method of a skill.