This repositiory is for bringing up Velodyne VLP 16 LIdar and Visualization in Linux system with native C++ libraries.
Get the source from github : https://github.com/LogicTronixInc/Velodyne-Lidar-Data-Processing-and-Visualization.git
- In
src
folder create the build directory:
mkdir build
- Change to build directory and run cmake and then run make
cd build
cmake ..
make