TimestampSynchronizer.
- Advertises
- ~/timestamp_synchronizer[_<suffix>]/debug_info Topic which contains the system and sensor clock measurements, as they were passed to the TimeSynchronizer class
- Parameters
- ~useMedianFilter Whether to pre-filter the time difference signal with a median filter
- ~medianFilterWindow Window of the median filter
- ~useHoltWinters Whether to use the Holt-Winters filter
- ~useMedianFilter Whether to pre-filter the time difference signal with a median filter
- ~alfa_HoltWinters Alpha coefficient of the Holt-Winters filter (fast dynamics)
- ~beta_HoltWinters Beta coefficient of the Holt-Winters filter (slow dynamics of the derivative estimate)
- ~alfa_HoltWinters_early Alpha coefficient of the Holt-Winters filter in the early clamping phase
- ~beta_HoltWinters_early Beta coefficient of the Holt-Winters filter in the early clamping phase
- ~earlyClamp Whether to use the early clamping phase
- ~earlyClampWindow Early clamping phase window
- ~timeOffset An adjustment constant which is added at the very end to the estimated timestamp
- ~initialB_HoltWinters The starting value of the derivative estimate
Definition in file TimestampSynchronizer.h.