Fixed build errors without octomap

This commit is contained in:
matlabbe
2016-07-17 21:36:54 -04:00
parent cf2bb6b599
commit be61eefdf9
3 changed files with 4 additions and 9 deletions

View File

@@ -739,8 +739,8 @@ bool CloudViewer::addOctomap(const OctoMap * octomap, unsigned int treeDepth, bo
_octomapActor = octomapActor.GetPointer();
return true;
#endif
}
#endif
return false;
}