Skip to content

Commit

Permalink
forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Oct 29, 2024
1 parent aedbbdc commit f8ee075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opendbc/car/ford/radar_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def update(self, can_strings):
elif self.radar == RADAR.DELPHI_MRR:
_errors, _update = self._update_delphi_mrr()
errors.extend(_errors)
# if not _update:
# return None
if not _update:
return None

# ret.points = list(self.pts.values())
ret.points = [structs.RadarData.RadarPoint(dRel=pt.dRelClosest, yRel=pt.yRel, vRel=pt.vRel, trackId=pt.trackId,
Expand Down

0 comments on commit f8ee075

Please sign in to comment.