* Laika on master

* use constellation id
pull/27620/head
Harald Schäfer 2 years ago committed by GitHub
parent 741d26b025
commit 4718fa5748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      laika_repo
  2. 2
      selfdrive/locationd/laikad.py

@ -1 +1 @@
Subproject commit 719c79a156cd254fa8ebde101c2f48583f91afed
Subproject commit 6fadabd86043ee19e06c6ed59aa4e688c14fa8e4

@ -72,7 +72,7 @@ def get_log_eph_source(ephem):
class Laikad:
def __init__(self, valid_const=("GPS", "GLONASS"), auto_fetch_navs=True, auto_update=False,
def __init__(self, valid_const=(ConstellationId.GPS, ConstellationId.GLONASS), auto_fetch_navs=True, auto_update=False,
valid_ephem_types=(EphemerisType.NAV, EphemerisType.QCOM_POLY),
save_ephemeris=False, use_qcom=False):
"""

Loading…
Cancel
Save