Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unanancyowen/velodynecapture

VelodyneCapture is the general capture class to retrieve the laser data from Velodyne sensors using Boost.Asio and PCAP
https://github.com/unanancyowen/velodynecapture

c-plus-plus velodyne

Last synced: 10 days ago
JSON representation

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

Awesome Lists containing this 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](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").

Contact
-------
* Tsukasa Sugiura
*
*
*