Skip to content
Snippets Groups Projects
Commit 9b03df7c authored by indidev's avatar indidev
Browse files

removed test-output in WorkspaceRepresentation

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@652 042f3d55-54a8-47e9-b7fb-15903f145c44
parent f78afe3f
No related branches found
No related tags found
No related merge requests found
......@@ -956,7 +956,6 @@ Eigen::Matrix4f WorkspaceRepresentation::getPoseFromVoxel(unsigned int v[6],bool
bool WorkspaceRepresentation::getPoseFromVoxel(unsigned int x[6], float v[6]) const
{
for (int i = 0; i < 6; i++) {
cout << i << endl;
if ((x[i] < 0) || (x[i] >= numVoxels[i]))
return false;
......
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