Class WallTimeRate

java.lang.Object
org.ros.concurrent.WallTimeRate
All Implemented Interfaces:
Rate

public class WallTimeRate extends Object implements Rate
Author:
damonkohler@google.com (Damon Kohler)
  • Constructor Details

    • WallTimeRate

      public WallTimeRate(int hz)
  • Method Details

    • sleep

      public void sleep()
      Description copied from interface: Rate
      Sleeps until the configured rate is achieved.
      Specified by:
      sleep in interface Rate