radard: remove deprecated function

pull/33867/head
Shane Smiskol 8 months ago
parent a8908b5c08
commit 07ad6e27d0
  1. 4
      selfdrive/controls/radard.py

@ -80,10 +80,6 @@ class Track:
self.cnt += 1
def get_key_for_cluster(self):
# Weigh y higher since radar is inaccurate in this dimension
return [self.dRel, self.yRel*2, self.vRel]
def reset_a_lead(self, aLeadK: float, aLeadTau: float):
self.kf = KF1D([[self.vLead], [aLeadK]], self.K_A, self.K_C, self.K_K)
self.aLeadK = aLeadK

Loading…
Cancel
Save