Skip to content

Commit

Permalink
Ford: change default ramp_type to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jan 4, 2022
1 parent 20dd00f commit 95dae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/ford/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, dbc_name, CP, VM):
self.steer_alert_last = False
self.generic_toggle_last = False

self.ramp_type = 0
self.ramp_type = 1

def update(self, enabled, CS, frame, actuators, cruise_cancel, visual_alert):
can_sends = []
Expand Down

0 comments on commit 95dae6c

Please sign in to comment.