Skip to content
Snippets Groups Projects
Commit adab7d12 authored by Fabian Reister's avatar Fabian Reister
Browse files

disabled max ori for now (implemented differently)

parent 292cabd7
No related branches found
No related tags found
No related merge requests found
......@@ -496,7 +496,7 @@ namespace VirtualRobot
WorkspaceRepresentation::WorkspaceCut2DPtr cutXY = ws->createCut(graspGlobal, discretizeSize, false);
std::vector<WorkspaceRepresentation::WorkspaceCut2DTransformationPtr> transformations = ws->createCutTransformations(cutXY, baseRobotNode, maxAngle);
std::vector<WorkspaceRepresentation::WorkspaceCut2DTransformationPtr> transformations = ws->createCutTransformations(cutXY, baseRobotNode, M_PI);
setEntries(transformations, graspGlobal, g);
if (baseRobotNode)
{
......
......@@ -21,6 +21,8 @@
#include <climits>
#include <thread>
#include <Eigen/Geometry>
namespace VirtualRobot
{
using std::cout;
......
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