clankers 0.1.2

clankeRS — Rust SDK for robotics applications in the ROS 2 ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! clankeRS prelude — common imports for robot nodes.

pub use crate::{
    assert_dropped_messages, assert_max_latency, assert_no_panics, assert_topic_exists, node,
    replay_test, ClankeRSConfig, Detection, DetectionArray, ImageInput, ImageMsg, ImageTensor,
    InferenceEngine, InferenceStats, LatencyStats, McapLog, Model, ModelBuilder, ModelEngine,
    NamedOutputs, Publisher, QosProfile, Replay, ReplayContext, ReplayTestResult, RobotContext,
    RobotError, RobotNode, RobotResult, RobotRuntime, Shape, StateInput, Subscriber, Tensor,
    TensorView, Timestamp, TopicName,
};

pub use std::time::Duration;