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

removed debug output

parent d48f1999
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,6 @@ bool ConstrainedOptimizationIK::solve(bool stepwise)
nodeSet->getNode(i)->setJointValue(x[i]);
}
double currentError = hardOptimizationFunction(x);
std::cout << "Current error " << currentError << " vs tol²" << tolerance *tolerance << std::endl;
// We determine success based on hard constraints only
if(currentError < tolerance * tolerance)
{
......
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