Skip to content
Snippets Groups Projects
Commit 1bfd4c7b authored by Mirko Wächter's avatar Mirko Wächter
Browse files

typo

parent de005d86
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace armarx
//HandUnits should only be changed via config file and default parameter should remain empty
defineOptionalProperty<std::string>("HandUnits", "", "Name of the comma-seperated hand units that should be used. Unitname for left hand should be LeftHandUnit, and for right hand RightHandUnit");
defineOptionalProperty<std::string>("HeadIKUnitName", "", "Name of the head unit that should be used.");
defineOptionalProperty<std::string>("HeadIKKinematicChainName", "", "Name of the inematic chain that should be used for head IK.");
defineOptionalProperty<std::string>("HeadIKKinematicChainName", "", "Name of the kinematic chain that should be used for head IK.");
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment