We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449c2d0 commit 9915bffCopy full SHA for 9915bff
1 file changed
src/main.cpp
@@ -226,7 +226,8 @@ int main(int argc, char **argv){
226
pcl::console::print_info("\nOutput cloud points: ");
227
pcl::console::print_value("%d", output_cloud->points.size());
228
pcl::console::print_info("\n");
229
-
+
230
+ vtkObject::GlobalWarningDisplayOff(); // Disable vtk render warning
231
boost::shared_ptr<pcl::visualization::PCLVisualizer> viewer (new pcl::visualization::PCLVisualizer ("VISUALIZER"));
232
233
int PORT1 = 0;
@@ -284,4 +285,4 @@ int main(int argc, char **argv){
284
285
286
return 0;
287
-}
288
+}
0 commit comments