Skip to content

Instantly share code, notes, and snippets.

@universax
Created February 2, 2019 10:13
Show Gist options
  • Save universax/ac9e188715e9697f434f546cacf58eea to your computer and use it in GitHub Desktop.
Save universax/ac9e188715e9697f434f546cacf58eea to your computer and use it in GitHub Desktop.
Simplest way to visualize your PointClouds
// Global or Class member
pcl::visualization::CloudViewer mVlpViewer("VLP");
// at loop routine called every frame.
vlpViewer.showCloud(calcPoints);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment