KalmanFilteredGps Properties |
The KalmanFilteredGps type exposes the following members.
Name | Description | |
---|---|---|
HeadingMphThreshold |
The threshold, below which heading data is ignored. Defaults to 5mp/h.
| |
HeadingUpdateMeters |
The distance that the vehicle must travel in order for a new heading to be recognized. Defaults to 10m.
| |
InnerGps |
Returns the IGps member encapsulated within this FilteredGps object.
| |
MinimumUpdatePeriod |
The period between received positions required to update the filter state. Defaults to 0.5s
| |
Position |
Get the Position of the filtered GPS unit.
| |
PoweredUp |
Determine the powered state of the (inner) GPS unit.
| |
ResetMetersThreshold |
The minimum distance between consecutive positions which will cause the filter to be reset. Defaults to 100m.
|