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

fix

parent 3c1d073a
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ namespace VirtualRobot
nodes.end(),
std::back_inserter(nodePositions),
[](const RobotNodePtr& node)
{ return node->getPoseInRootFrame(); });
{ return node->getPositionInRootFrame().head<2>(); });
const MathTools::ConvexHull2DPtr hull =
MathTools::createConvexHull2D(nodePositions);
......
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