isaac-sim-arrow 0.1.0

Apache Arrow schema and decoders for Isaac Sim sensor and actuator records.
Documentation
1
2
3
4
5
// SPDX-License-Identifier: MPL-2.0
//! Arrow encoders and decoders for camera sensor channels (RGB, depth, calibration info).
pub mod depth;
pub mod info;
pub mod rgb;