VelodyneCapture Save

VelodyneCapture is the general capture class to retrieve the laser data from Velodyne sensors using Boost.Asio and PCAP

Project README

VelodyneCapture

VelodyneCapture is the general capture class to retrieve the laser data from Velodyne sensors using Boost.Asio and PCAP.
VelodyneCapture will be able to retrieve lasers infomation about azimuth, vertical and distance that capture at one rotation or a single data packet.
This class supports direct capture form Velodyne sensors, or capture from PCAP files.
( This class only supports VLP-16 and HDL-32E sensor, it does not support Dual Return mode. )

Environment

If direct capture from sensors is desired, VelodyneCapture requires Boost.Asio and its dependent libraries ( Boost.System, Boost.Date_Time, Boost.Regex ).
Please define HAVE_BOOST in preprocessor.

  • Boost.Asio

If capture from PCAP files is instead desired, VelodyneCapture requires PCAP.
Please define HAVE_PCAP in preprocessor.

  • libpcap ( or WinPCAP )

Sample

This repository has two sample programs.

  • simple
    This sample program displays data on standard output.
    This sample program depends on the following libraries: ( Boost.Asio or libpcap ( or WinPCAP ) ) of VelodyneCapture class.

  • viewer
    This sample program displays data on a point cloud viewer.
    This sample program depends on OpenCV Viz module in addition to the above libraries ( Boost.Asio or libpcap ( or WinPCAP ) ) of VelodyneCapture class.

License

Copyright © 2017 Tsukasa SUGIURA
Distributed under the MIT License.

Contact

Open Source Agenda is not affiliated with "VelodyneCapture" Project. README Source: UnaNancyOwen/VelodyneCapture
Stars
51
Open Issues
7
Last Commit
1 year ago
License
MIT
Tags

Open Source Agenda Badge

Open Source Agenda Rating