From 85ef0055547c37438002917d4e42af7ba27d43a3 Mon Sep 17 00:00:00 2001 From: gsk <171930433@qq.com> Date: Wed, 20 Mar 2024 21:34:26 +0800 Subject: [PATCH] remove useless code --- src/example/tutorial.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/example/tutorial.cpp b/src/example/tutorial.cpp index 18c3cb43b..5b5e6aeb7 100644 --- a/src/example/tutorial.cpp +++ b/src/example/tutorial.cpp @@ -19,12 +19,9 @@ void PointcloudDemo() { p2.x += (rand() % 10000 * 0.0001); pc->push_back(p2); } -std::cout<< "11111111111\n"; inner_class::ZPointCloudXYZIT pc2 = converter::StructToClass(pc); -std::cout<< "2222222222222\n"; inner_struct::spZPointCloudXYZIT pc3 = converter::ClassToStruct(pc2); -std::cout<< "33333\n"; // pcl::io::savePCDFileBinaryCompressed("1.pcd", *pc3);