Skip to content

Convert .las or .pcd point cloud to .pcd or .las extension

Notifications You must be signed in to change notification settings

minwoo0611/pcd2las

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcd2las

**pcd2las is tools to change all file's extension from pcd to las or from las to pcd in a folder. You have to set folder paths which the original file is in(path) where the converted file will be saved(save_path). All files with pcd(or las) extension in the folder are replaced with las(or pcd) extension. las_to_pcd is commented out, you just need to uncommented it to use it. **

Dependency

  • PCL
    sudo apt install libpcl-dev
    

Install

Use the following commands to download and compile the package.

mkdir catkin_ws
cd ~/catkin_ws
git clone https://github.com/minwoo0611/pcd2las
cd pcd2las/
mkdir build
cd build
cmake ..
make

Run the package

Run the file in build folder:

./pcd2las

About

Convert .las or .pcd point cloud to .pcd or .las extension

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published