POLS

Tracker.UpdateEstimate Method 

Called to give the Tracker a new measurement. If you want the tracker to automatically receive Measurement updates from a Spotter, use addSpotter.

public abstract void UpdateEstimate(
   Measurement m
);

Parameters

m
A measurement from a Spotter

See Also

Tracker Class | POLS.Core Namespace