Coder Social home page Coder Social logo

pcd2las's Introduction

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

pcd2las's People

Contributors

minwoo0611 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pcd2las's Issues

build error

Hi, Thank you for the great work.

I met the following error:

CMake Error at CMakeLists.txt:9 (FIND_PACKAGE):
  By not providing "FindlibLAS.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "libLAS", but
  CMake did not find one.

  Could not find a package configuration file provided by "libLAS" with any
  of the following names:

    libLASConfig.cmake
    liblas-config.cmake

  Add the installation prefix of "libLAS" to CMAKE_PREFIX_PATH or set
  "libLAS_DIR" to a directory containing one of the above files.  If "libLAS"
  provides a separate development package or SDK, be sure it has been
  installed.

May i have your suggestions to fix this problem?
Any help is much appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.