chrise96 / 3D_Ground_Segmentation

A ground segmentation algorithm for 3D point clouds based on the work described in “Fast segmentation of 3D point clouds: a paradigm on LIDAR data for Autonomous Vehicle Applications”, D. Zermas, I. Izzat and N. Papanikolopoulos, 2017. Distinguish between road and non-road points. Road surface extraction. Plane fit ground filter
GNU General Public License v3.0
104 stars 14 forks source link

LAStools install error #2

Closed jhx646018057 closed 3 years ago

jhx646018057 commented 3 years ago

when I install LAStools and perform "sudo make install" , there is " -- Up-to-date: /usr/local/include/LASlib/laswriter_wrl.hpp -- Up-to-date: /usr/local/include/LASlib/laswritercompatible.hpp -- Installing: /usr/local/lib/LASlib/libLASlib.a -- Installing: /usr/local/lib/cmake/LASlib/laslib-targets.cmake -- Installing: /usr/local/lib/cmake/LASlib/laslib-targets-noconfig.cmake CMake Error at LASlib/src/cmake_install.cmake:141 (file): file INSTALL cannot find "/home/jhx/Downloads/LAStools/LASlib/src/laslib-config.cmake". Call Stack (most recent call first): cmake_install.cmake:42 (include)

Makefile:73: recipe for target 'install' failed make: *** [install] Error 1 "

jhx646018057 commented 3 years ago

I download the LAStools by "git clone https://github.com/LAStools/LAStools.git" and then installed it successfully