commaai / laika

Simple Python GNSS processing library
MIT License
634 stars 178 forks source link

Compute_station_pos with error #160

Open SchmiAx opened 7 months ago

SchmiAx commented 7 months ago

Hi, in the Compute_stationpos notebook there is an error. In cell [6] the line fix, = raw.calc_pos_fix(corr) will fail with the message that raw_gnss.py doesn't contain calc_pos_fix(). What would be the recommended workaround here?

Best regards Axel