We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5531af9 commit 886d0fcCopy full SHA for 886d0fc
opendbc/car/nissan/carstate.py
@@ -84,7 +84,6 @@ def update(self, can_parsers) -> structs.CarState:
84
else:
85
conversion = CV.MPH_TO_MS if cp.vl["HUD"]["SPEED_MPH"] else CV.KPH_TO_MS
86
ret.cruiseState.speed = speed * conversion
87
- ret.cruiseState.speedCluster = speed * conversion
88
89
if self.CP.carFingerprint == CAR.NISSAN_ALTIMA:
90
ret.steeringTorque = cp_cam.vl["STEER_TORQUE_SENSOR"]["STEER_TORQUE_DRIVER"]
0 commit comments