stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
81 stars 9 forks source link

Telemetry/CurrentAttributes State from Core #89

Open Archdoog opened 1 month ago

Archdoog commented 1 month ago

In order to drive various UI features from the state, we need to provide a general purpose state object that can contain values like:

  1. The current speed limit at the user's location on the route - if relevant/available Option<SpeedLimit>
  2. The current filtered speed (e.g. once the core is providing filtered/improved user/vehicle speed) Option<Speed>
  3. Etc. - Please add other use cases for this.
ianthetechie commented 1 month ago

23 should help as we look toward implementing this. I think this will give us smoothed/cleaned estimates of position, speed, and course over ground.