2 releases
0.1.1 | May 17, 2020 |
---|---|
0.1.0 | Oct 2, 2019 |
#24 in #data-streaming
18KB
393 lines
livox-rs
A Rust library for streaming data from Livox LiDAR devices
To get started, connect your computer to a network with a Livox device on it (I tested with a single MID-40), and run the example:
cargo run --example dump
It should tell the LiDAR to power on, and stream data to a points.laz
file.
lib.rs
:
Communicate with Livox devices from Rust.
Dependencies
~5–7.5MB
~164K SLoC