isaac-sim-arrow 0.1.0

Apache Arrow schema and decoders for Isaac Sim sensor and actuator records.
Documentation
1
2
3
4
// SPDX-License-Identifier: MPL-2.0
//! Arrow encoders and decoders for LiDAR sensor channels (2D FlatScan, 3D PointCloud).
pub mod flatscan;
pub mod pointcloud;