Skip to content
Snippets Groups Projects
Commit b914959a authored by Pascal Weiner's avatar Pascal Weiner
Browse files

Merge remote-tracking branch 'origin/master' into RelativePlatformController

parents 722a4fc1 87579fac
No related branches found
No related tags found
1 merge request!38Relative platform controller
......@@ -22,7 +22,7 @@ namespace armarx
if (leftRNS->getNode(i)->isLimitless())
{
leftNullSpaceCoefs(i) = 0;
leftNullSpaceCoefs(i) = 1;
}
leftJointNames.push_back(jointName);
......@@ -63,7 +63,7 @@ namespace armarx
if (rightRNS->getNode(i)->isLimitless())
{
rightNullSpaceCoefs(i) = 0;
rightNullSpaceCoefs(i) = 1;
}
rightJointNames.push_back(jointName);
......
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