Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 30, 2024
1 parent b11bc5e commit 48d9883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/ford/radar_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def update(self, can_strings):
capnp_pt.trackId = pt.trackId
a.add(pt.trackId)

for track_id in self.points:
for track_id in self.points.keys():
if track_id not in a:
del self.points[track_id]

Expand Down

0 comments on commit 48d9883

Please sign in to comment.