commaai / laika

Simple Python GNSS processing library
MIT License
639 stars 179 forks source link

Walkthrough Example Fix #107

Closed rtacr closed 1 year ago

rtacr commented 2 years ago

The get_sat_info function Ephemeris class return itself in addition to the 4 values it should return. The example only expected 4 variables, so I added the required 5th variable.