ark::time::RobotClock

Defined in header “ark/time/robot_clock.hh”.


A clock (and associated durations/time_points) for the “robot synchronized” time. This is the clock that sensors and computers are synchronized too onboard, and may differ from the time on the wall or the steady clock.

Typedefs

  • using duration = std::chrono::nanoseconds

  • using rep = duration::rep

  • using period = duration::period

  • using time_point = std::chrono::time_point< RobotClock >