lidar-utils 0.2.1

Utilities for Velodyne and Ouster LIDARs
docs.rs failed to build lidar-utils-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: lidar-utils-0.13.1

lidar-utils

The crate provides utilities for Velodyne and Ouster LIDAR devices. It features:

  • Packet encoding and decoding
  • Raw sensor data to point cloud and frame conversion
  • Ouster's command API tools

Usage

Put this line to include this crate to your project.

lidar-utils = "*"

Documentation

Please visit docs.rs.

Examples

Check out Velodyne example and Ouster example in tests.

License

MIT