Skip to main content

Module time

Module time 

Source
Expand description

ROS time types.

Provides Time (seconds + nanoseconds) and Duration with arithmetic, conversions, and CDR serialization. All types are no_std compatible and use integer arithmetic only (no f64::floor/f64::abs).

Structsยง

Duration
ROS Duration representation
Time
ROS Time representation