isaac-sim-arrow 0.1.0

Apache Arrow schema and decoders for Isaac Sim sensor and actuator records.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MPL-2.0
#![cfg_attr(docsrs, feature(doc_cfg))]
//! Apache Arrow conversion utilities for Isaac Sim sensor data.
//!
//! Consumer-agnostic: any downstream (dora, rerun, file logger, custom bus)
//! can take the resulting `RecordBatch`. One sub-module per sensor domain.

#![warn(missing_docs)]

pub mod camera;
pub mod cmd_vel;
pub mod imu;
pub mod lidar;
pub mod odometry;