menu
dartros_msgutils package
documentation
msg_utils.dart
RosTime
operator >= method
operator >= method
dark_mode
light_mode
operator >=
method
bool
operator >=
(
RosTime
other
)
Implementation
bool operator >=(RosTime other) => this > other || (secs == other.secs && nsecs == other.nsecs);
dartros_msgutils package
documentation
msg_utils
RosTime
operator >= method
RosTime class