Skip to content

Commit 4fef33a

Browse files
author
zhou jielei
committed
fix2
1 parent ca1ab0b commit 4fef33a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

opendbc/car/honda/values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class CAR(Platforms):
207207
)
208208
HONDA_ODYSSEY_RC5 = HondaBoschPlatformConfig(
209209
[
210-
HondaCarDocs("Honda Odyssey RC5 for JPN", "All"),
210+
HondaCarDocs("Honda Odyssey RC5 JPN 2023-24", "All"),
211211
],
212212
CarSpecs(mass=1900, wheelbase=3.0, steerRatio=14.35, centerToFrontRatio=0.41, tireStiffnessFactor=0.82),
213213
{Bus.pt: 'honda_odyssey_rc5_can_generated'},

opendbc/car/torque_data/override.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ legend = ["LAT_ACCEL_FACTOR", "MAX_LAT_ACCEL_MEASURED", "FRICTION"]
9191
"HONDA_ODYSSEY_5G_MMR" = [0.9, 0.9, 0.2]
9292
"HONDA_NBOX_2G" = [1.2, 1.2, 0.2]
9393
"ACURA_TLX_2G" = [1.2, 1.2, 0.15]
94-
"HONDA_ODYSSEY_RC5" = [2.5, 1.2, 0.15]
9594

9695
# Dashcam or fallback configured as ideal car
9796
"MOCK" = [10.0, 10, 0.0]

0 commit comments

Comments
 (0)