Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
171930433 committed Mar 20, 2024
1 parent 64ddb34 commit 85ef005
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/example/tutorial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 85ef005

Please sign in to comment.