Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@atinfinity
Created February 24, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atinfinity/55d19ff4cc068c2fd8d661776e78663d to your computer and use it in GitHub Desktop.
Save atinfinity/55d19ff4cc068c2fd8d661776e78663d to your computer and use it in GitHub Desktop.
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <iostream>
int main(int argc, const char* argv[])
{
pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZ>);
return 0;
}
@atinfinity
Copy link
Author

atinfinity commented Feb 24, 2018

バージョン情報

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment