17 releases (10 breaking)

0.13.1 Dec 3, 2021
0.13.0 Sep 12, 2021
0.12.0 Apr 26, 2021
0.10.0 Feb 6, 2021
0.1.0 Sep 19, 2019

#857 in Hardware support

Download history 314/week @ 2024-12-10 7/week @ 2024-12-17 1/week @ 2024-12-24 12/week @ 2025-01-07 2/week @ 2025-01-14 1/week @ 2025-02-11 7/week @ 2025-02-18

54 downloads per month

MIT license

1MB
3.5K SLoC

Provide data structures and utilities for LIDAR data.

This crate supports the list of models.

  • Ouster OS1
  • Velodyne VLP-16
  • Velodyne Puke Lite
  • Velodyne Puke Hi-Res

lidar-utils

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

Usage

Add this line to your Cargo.toml.

lidar-utils = "0.13"

Documentation

Please visit docs.rs.

Examples

Check out Velodyne example and Ouster example in tests.

License

MIT license. See LICENSE file.

Dependencies

~8MB
~155K SLoC