Skip to content

LogicTronixInc/Velodyne-Lidar-Data-Processing-and-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Velodyne-Lidar-Data-Processing-and-Visualization

This repositiory is for bringing up Velodyne VLP 16 LIdar and Visualization in Linux system with native C++ libraries.

Building and Testing the Lidar Viewer application

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
  • This will create test_PacketDecoder app along with libraries in the build directory.

  • Now connect the Lidar to the host machine through ethernet and setup the host PC network to same domain as Lidar. Host IP Configs

  • Now run the test_PacketDecoder app to view the Lidar data Output View

About

This repositiory is for bringing up Velodyne VLP 16 LIdar and Visualization in Linux system with native C++ libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published