Skip to content

clausmichele/xyz2pcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

xyz2pcd

Convert Point Clouds from .xyz to .pcd file format. Tested on Ubuntu 18.04 with Point Cloud Library (PCL) 1.9.

Requirements:

pcl (tested with 1.9)
boost

Build instructions:

mkdir build
cd build
cmake ..
make

Instructions:

Run the compiled program:

./xyz2pcd

And insert the path of your .xyz file.

About

Convert Point Clouds from .xyz to .pcd file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published