lidar-utils 0.5.0

Utilities for Velodyne and Ouster LIDARs
Documentation
# 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.

```toml
lidar-utils = "*"
```

## Documentation

Please visit [docs.rs](https://docs.rs/lidar-utils/).

## Examples

Check out [Velodyne example](tests/velodyne.rs) and [Ouster example](tests/ouster.rs) in tests.

## License

MIT