You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the processing of GSV messages, to include a time reference
to when it was received.
The data stored in self.sats dictionary is:
key is TTNN where
TT = the talker name, eg. GL for GLONASS
NN = the number of the satellite, currently a 1 or 2 digit number
value is a 5 entry list (V0, V1, V2, V3, V4)
V0 = satellite number TTNN as used for the key
V1 = satellite elevation in degrees
V2 = satellite azimuth in degrees
V3 = satellite signal to noise ratio in dB, or None
V4 = timestamp, time.monotonic(), of last GSV message
0 commit comments