[toc]
A handy mini program for converting point cloud file.
- Converting
.txt
cloud file to.pcd
file - Converting
.pcd
cloud file to.txt
file - ...
This tool is tested with PCL 1.10.1. Other newer PCL version should work aslo.
$ cd ~/Documents
$ git clone https://github.com/WorstCodeWay/CloudConverter.git
$ cd CloudConverter & mkdir build & cd build
$ cmake .. & make
$ ./cloud_converter input_cloud_file_name [output_cloud_file_name]