Skip to content
Snippets Groups Projects
Commit 7a31501b authored by vahrenkamp's avatar vahrenkamp
Browse files

Improved step size for IK solving.

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@433 042f3d55-54a8-47e9-b7fb-15903f145c44
parent ce91d38a
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ void GenericIKWindow::solve()
Eigen::Matrix4f targetPose = box->getGlobalPose();
clock_t startT = clock();
ikSolver->solve(targetPose,s,1);
ikSolver->solve(targetPose,s,300);
clock_t endT = clock();
Eigen::Matrix4f actPose = tcp->getGlobalPose();
......
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