Skip to content

Commit

Permalink
Merge pull request #139 from ShaneSmiskol/dynamic-follow
Browse files Browse the repository at this point in the history
Testing pedal code
  • Loading branch information
sshane authored Mar 29, 2019
2 parents b5f32f7 + e0984d6 commit aacbf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/toyota/carstate.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def __init__(self, CP):
self.includeradius = 22
self.blind_spot_on = bool(0)
self.distance_toggle_prev = 2
self.read_distance_lines_prev = 3
self.read_distance_lines_prev = 2
self.lane_departure_toggle_on_prev = True
self.acc_slow_on_prev = False
#BB UIEvents
Expand Down

0 comments on commit aacbf74

Please sign in to comment.