Skip to content
Snippets Groups Projects
Commit d98a9f57 authored by Christian Mandery's avatar Christian Mandery
Browse files

Keep with the old default number of iterations (30). The default from...

Keep with the old default number of iterations (30). The default from ConstrainedIK (1000) is much too much.
parent 06d39329
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
using namespace VirtualRobot;
ConstrainedOptimizationIK::ConstrainedOptimizationIK(RobotPtr& robot, const RobotNodeSetPtr& nodeSet, float timeout, float tolerance) :
ConstrainedIK(robot, nodeSet),
ConstrainedIK(robot, nodeSet, 30),
nodeSet(nodeSet),
timeout(timeout),
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