Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 564 Bytes

[toc]

CloudConverter

A handy mini program for converting point cloud file.

What this tool can do?

  1. Converting .txt cloud file to .pcd file
  2. Converting .pcd cloud file to .txt file
  3. ...

Dependience

This tool is tested with PCL 1.10.1. Other newer PCL version should work aslo.

Get & Build

$ cd ~/Documents
$ git clone https://github.com/WorstCodeWay/CloudConverter.git
$ cd CloudConverter & mkdir build & cd build
$ cmake .. & make

Usage

$ ./cloud_converter input_cloud_file_name [output_cloud_file_name]