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

fixed compile error

parent d2a71bc5
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ bool ConstrainedOptimizationIK::solve(bool stepwise)
robot->updatePose(true);
std::cout << "FAILURE, miminal error: " << currentMinError << std::endl;
currentMinOutput.print();
std::cout << currentMinOutput.toString() << std::endl;
return false;
}
......
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