Uses of Class
org.ros.time.RemoteUptimeClock
Packages that use RemoteUptimeClock
Package
Description
Provides the classes for dealing with time and clock synchronization.
-
Uses of RemoteUptimeClock in org.ros.time
Methods in org.ros.time that return RemoteUptimeClockModifier and TypeMethodDescriptionstatic RemoteUptimeClockRemoteUptimeClock.newDefault(TimeProvider timeProvider, Callable<Double> callable, double driftSensitivity, double errorReductionCoefficientSensitivity, int latencyOutlierFilterSampleSize, double latencyOutlierFilterThreshold) The providedCallableshould return the current measuredRemoteUptime of the remote clock with minimal overhead since the run time of this call will be used to further improve the estimation of measuredRemoteUptime.