clankers 0.1.0

clankeRS — Rust SDK for robotics applications in the ROS 2 ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
//! 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, ImageMsg, ImageTensor, LatencyStats,
    McapLog, Model, Publisher, QosProfile, Replay, ReplayContext, ReplayTestResult, RobotContext,
    RobotError, RobotNode, RobotResult, RobotRuntime, Subscriber, Timestamp, TopicName,
};

pub use std::time::Duration;