Skip to content

Commit

Permalink
Invert A_ACC_MAX usage. Should help with weak accel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamezz committed Apr 4, 2019
1 parent d36b606 commit e189c36
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 = max(_A_CRUISE_MAX_V_FOLLOWING)
A_ACC_MAX = min(_A_CRUISE_MAX_V_FOLLOWING)

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

0 comments on commit e189c36

Please sign in to comment.