We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca9084 commit e04ffa2Copy full SHA for e04ffa2
opendbc/car/honda/carcontroller.py
@@ -19,7 +19,7 @@ def compute_gb_honda_bosch(accel, speed):
19
20
21
def compute_gb_honda_nidec(accel, speed):
22
- np.newaccel = interp ( accel, [-3.5, 0, 2 ] , [-14, 0, 8 ] )
+ newaccel = np.interp ( accel, [-3.5, 0, 2 ] , [-14, 0, 8 ] )
23
creep_brake = 0.0
24
creep_speed = 2.3
25
creep_brake_value = 0.15
0 commit comments