[toc]
A handy mini program for converting point cloud file.
- Converting
.txtcloud file to.pcdfile - Converting
.pcdcloud file to.txtfile - ...
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]