Skip to content

Commit d4e07ff

Browse files
committed
Cleanup
1 parent 259a7f1 commit d4e07ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selfdrive/locationd/laikad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def process_ublox_msg(self, ublox_msg, ublox_mono_time: int, block=False):
105105
# elif ublox_msg.which == 'ionoData':
106106
# todo add this. Needed to better correct messages offline. First fix ublox_msg.cc to sent them.
107107

108-
def update_localizer(self, est_pos, t: float, measurements: List[GNSSMeasurement]):
108+
def update_localizer(self, est_pos, t: float, measurements: List[GNSSMeasurement]):
109109
# Check time and outputs are valid
110110
valid = self.kf_valid(t)
111111
if not all(valid):

0 commit comments

Comments
 (0)