#point-cloud #reading #format #data #pcd #binary-compressed

pcd_reader

Reading PointCloud Data from PCD Format

1 unstable release

0.1.0 Oct 13, 2021

#41 in #point-cloud

Download history 2/week @ 2024-09-18 1/week @ 2024-09-25 4/week @ 2024-11-27 31/week @ 2024-12-04 24/week @ 2024-12-11 8/week @ 2024-12-18 2/week @ 2024-12-25

67 downloads per month

MIT license

1MB
238 lines

pcd_reader-rust: Reading PointCloud Data from PCD Format

Currently only supporting binary_compressed format.

use this package by adding this to Cargo.toml

[pacakge]
pcd_reader = "0.1.0"

Dependencies