Skip to content

Commit e04ffa2

Browse files
authored
ML tune
1 parent 7ca9084 commit e04ffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc/car/honda/carcontroller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def compute_gb_honda_bosch(accel, speed):
1919

2020

2121
def compute_gb_honda_nidec(accel, speed):
22-
np.newaccel = interp ( accel, [-3.5, 0, 2 ] , [-14, 0, 8 ] )
22+
newaccel = np.interp ( accel, [-3.5, 0, 2 ] , [-14, 0, 8 ] )
2323
creep_brake = 0.0
2424
creep_speed = 2.3
2525
creep_brake_value = 0.15

0 commit comments

Comments
 (0)