Skip to content

Commit

Permalink
Update Cx-50 wheelbase
Browse files Browse the repository at this point in the history
  • Loading branch information
MoreTore committed Jul 29, 2023
1 parent 8be6183 commit 2f3ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/mazda/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _get_params(ret, candidate, fingerprint, car_fw, experimental_long, docs):
ret.lateralTuning.torque.latAngleFactor = .14
elif candidate in (CAR.CX_30, CAR.CX_50):
ret.mass = 3375 * CV.LB_TO_KG + STD_CARGO_KG
ret.wheelbase = 2.7
ret.wheelbase = 2.814 # Measured
ret.steerRatio = 15.5
ret.lateralTuning.torque.latAngleFactor = .14
elif candidate in (CAR.CX_60, CAR.CX_80, CAR.CX_70, CAR.CX_90):
Expand Down

0 comments on commit 2f3ce9f

Please sign in to comment.