Skip to content
Snippets Groups Projects
Commit c55908e5 authored by Nikolaus Vahrenkamp's avatar Nikolaus Vahrenkamp
Browse files

fix workspace grid computation

parent e568dab6
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,7 @@ namespace VirtualRobot
Eigen::Matrix4f graspGlobal = g->getTcpPoseGlobal(o->getGlobalPose());
WorkspaceRepresentation::WorkspaceCut2DPtr cutXY = ws->createCut(graspGlobal, discretizeSize, true);
WorkspaceRepresentation::WorkspaceCut2DPtr cutXY = ws->createCut(graspGlobal, discretizeSize, false);
std::vector<WorkspaceRepresentation::WorkspaceCut2DTransformationPtr> transformations = ws->createCutTransformations(cutXY, baseRobotNode);
setEntries(transformations, graspGlobal, g);
......
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