diff --git a/opendbc/car/honda/values.py b/opendbc/car/honda/values.py index 8a9d6556fac..8e989baa0fe 100644 --- a/opendbc/car/honda/values.py +++ b/opendbc/car/honda/values.py @@ -231,7 +231,7 @@ class CAR(Platforms): ) HONDA_CITY_7G = HondaBoschPlatformConfig( [HondaCarDocs("Honda City (Brazil only) 2023", "All")], - CarSpecs(mass=3125 * CV.LB_TO_KG, wheelbase=2.6, steerRatio=19.0, centerToFrontRatio=0.41, minSteerSpeed=23. * CV.KPH_TO_MS), + CarSpecs(mass=1184, wheelbase=2.6, steerRatio=19.0, centerToFrontRatio=0.41, minSteerSpeed=23. * CV.KPH_TO_MS), {Bus.pt: 'honda_bosch_radarless_generated'}, flags=HondaFlags.BOSCH_RADARLESS, )