Skip to content

Commit

Permalink
Halve A_ACC_MAX to try and improve acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamezz committed Apr 5, 2019
1 parent e189c36 commit 828b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/gm/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except ImportError:
CarController = None

A_ACC_MAX = min(_A_CRUISE_MAX_V_FOLLOWING)
A_ACC_MAX = 0.15

class CanBus(object):
def __init__(self):
Expand Down

0 comments on commit 828b069

Please sign in to comment.