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

bugfix

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@223 042f3d55-54a8-47e9-b7fb-15903f145c44
parent 9371e5d4
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ int ShortcutProcessor::doShortcut( int startIndex, int endIndex )
optimizedPath->print();*/
Eigen::VectorXf s = optimizedPath->getPoint(startIndex);
Eigen::VectorXf e = optimizedPath->getPoint(endIndex);
Eigen::VectorXf e = optimizedPath->getPoint(startIndex+1);
// create intermediate path
CSpacePathPtr intermediatePath = cspace->createPath(s, e);
......
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