deven98 / raw_gnss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Do you have a plan to include gnssClock function into this package?

haizadvnet opened this issue · comments

There is a clock property under the GnssMeasurementModel object, which contains

  Clock({
    this.contents,
    this.biasNanos,
    this.biasUncertaintyNanos,
    this.driftNanosPerSecond,
    this.driftUncertaintyNanosPerSecond,
    this.fullBiasNanos,
    this.hardwareClockDiscontinuityCount,
    this.leapSecond,
    this.timeNanos,
    this.timeUncertaintyNanos,
  });

It looks like the same thing as the link you provided.

In addition, can you successfully run the demo given in the README? It just loads endlessly on my device.