Skip to content
Snippets Groups Projects
Commit 67dcd68b authored by armar-user's avatar armar-user
Browse files

NJointTaskSpaceImpedanceDMPController: damped IK

parent d20e7155
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ namespace armarx
tcp = rns->getTCP();
ik.reset(new VirtualRobot::DifferentialIK(rns, rtGetRobot()->getRootNode(), VirtualRobot::JacobiProvider::eSVDDamped));
ik->setDampedSvdLambda(0.0001);
numOfJoints = targets.size();
// set DMP
TaskSpaceDMPControllerConfig taskSpaceDMPConfig;
......
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