Skip to content

Commit e1545c7

Browse files
committed
curvatureScale
1 parent 1a43ee1 commit e1545c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opendbc_repo/opendbc/car/ford/carcontroller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def update(self, CC, CC_SP, CS, now_nanos):
816816
new_actuators = actuators.as_builder()
817817
new_actuators.torqueOutputCan = float(self.steer_warning)
818818
new_actuators.curvature = float(apply_curvature)
819-
new_actuators.curvature_scale = float(apply_curvature) / 0.02 #Ford Safety limit is 0.02
819+
new_actuators.curvatureScale = float(apply_curvature) / 0.02 #Ford Safety limit is 0.02
820820
new_actuators.accel = float(self.accel)
821821
new_actuators.gas = float(self.gas)
822822
new_actuators.steeringAngleDeg = float(self.predictedSteeringAngleDeg_SP)

0 commit comments

Comments
 (0)