Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NEWSLabNTU/rust-lidar-utils

Encode and decode Velodyne and Ouster lidar packets in Rust
https://github.com/NEWSLabNTU/rust-lidar-utils

Last synced: 3 days ago
JSON representation

Encode and decode Velodyne and Ouster lidar packets in Rust

Awesome Lists containing this project

README

        

# 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`.

```toml
lidar-utils = "0.13"
```

## 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 license. See [LICENSE](LICENSE) file.