Uses of Interface
org.ros.time.TimeProvider
Packages that use TimeProvider
Package
Description
Provides the classes for creating and communicating with nodes in the ROS graph.
Provides the classes for dealing with time and clock synchronization.
-
Uses of TimeProvider in org.ros.node
Methods in org.ros.node that return TimeProviderMethods in org.ros.node with parameters of type TimeProviderModifier and TypeMethodDescriptionNodeConfiguration.setTimeProvider(TimeProvider timeProvider) Sets theTimeProviderthatNodes will use. -
Uses of TimeProvider in org.ros.time
Classes in org.ros.time that implement TimeProviderModifier and TypeClassDescriptionclassATimeProviderfor use when the ROS graph is configured for simulation.classProvides NTP synchronized wallclock (actual) time.classProvides wallclock (actual) time.Methods in org.ros.time with parameters of type TimeProviderModifier 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.