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

minor fix

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@329 042f3d55-54a8-47e9-b7fb-15903f145c44
parent c2748d07
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,8 @@ void GraspQualityWindow::showGWS()
gws2Sep->removeAllChildren();
ows1Sep->removeAllChildren();
ows2Sep->removeAllChildren();
SoMatrixTransform *mt = CoinVisualizationFactory::getMatrixTransformMM(object->getGlobalPose());
Eigen::Matrix4f m = object->getGlobalPose();
SoMatrixTransform *mt = CoinVisualizationFactory::getMatrixTransformMM(m);
#if 0
// test
......
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