MartijnBraam / gpsd-py3

Python 3 GPSD client
105 stars 45 forks source link

Add support for ATT GPSD message #32

Open glencornell opened 2 years ago

glencornell commented 2 years ago

Fixes #30

booo commented 1 year ago

I would love to have this feature merged.

glencornell commented 1 year ago

It is now reporting None when vehicle attitude is unavailable. IMO, the style is inconsistent with the rest of the system (where one checks for the mode before using variables/methods). Also, keep in mind that many GPS receivers don't report attitude. So this feature is available only when you have the right hardware. I hope this addresses the concern above.