mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Bump laika (#27618)
* Laika on master * use constellation id old-commit-hash: 4718fa574813b966557e453f25ab65a56fbce8fa
This commit is contained in:
+1
-1
Submodule laika_repo updated: 719c79a156...6fadabd860
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user