The crate lets you parse data from Velodyne and Ouster LiDARs. It provides the following functionalities.
- Raw packet encoding and decoding
- Packet to point cloud conversion
- Ouster LiDAR command API client
Add this line to your Cargo.toml
.
lidar-utils = "0.13"
Please visit docs.rs.
Check out Velodyne example and Ouster example in tests.
MIT license. See LICENSE file.