We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0c8b8 commit b24e67fCopy full SHA for b24e67f
src/diffCheckApp.cc
@@ -3,10 +3,7 @@
3
4
#include <iostream>
5
#include <fstream>
6
-
7
-#include <cilantro/utilities/point_cloud.hpp>
8
-#include <cilantro/core/nearest_neighbors.hpp>
9
+#include <chrono>
10
11
int main()
12
{
@@ -36,7 +33,7 @@ int main()
36
33
vis->AddPointCloud(segment);
37
34
38
35
}
39
- }
+
40
for(auto mesh : meshSrc)
41
42
vis.AddMesh(mesh);
0 commit comments