Skip to content

Commit

Permalink
same as Nidec
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranyota authored Jan 8, 2021
1 parent 333fd04 commit 53bd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/honda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
BOSCH_LONG_FLAG = 2

def compute_gb_honda_bosch(accel, speed):
return float(accel) / 4.0
return float(accel) / 4.8

def compute_gb_honda_nidec(accel, speed):
creep_brake = 0.0
Expand Down

0 comments on commit 53bd806

Please sign in to comment.