Skip to content

Commit

Permalink
improve lane IC integration
Browse files Browse the repository at this point in the history
  • Loading branch information
BogGyver committed Nov 21, 2019
1 parent 65af057 commit bf990b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/tesla/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def __init__(self, dbc_name):
self.curv2 = 0.
self.curv3 = 0.
self.visionCurvC0 = 0.
self.laneRange = 75 #max is 160m but OP has issues with precision beyond 50
self.laneRange = 30 #max is 160m but OP has issues with precision beyond 50

self.laneWidth = 0.

Expand Down

0 comments on commit bf990b2

Please sign in to comment.