Skip to content

A handy mini program for converting cloud points file.

Notifications You must be signed in to change notification settings

WorstCodeWay/CloudConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

[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]

About

A handy mini program for converting cloud points file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published