mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
HKG: lower torque rate limits for CAN-FD cars (#25770)
* Change ramp limits to 2/2 for CANFD cars
* Only the high torque CANFD cars
* comment
* Update selfdrive/car/hyundai/values.py
* Better to do 2/3 and for all cars
* bump to master
* update refs
old-commit-hash: d57e07eec0
This commit is contained in:
+1
-1
Submodule panda updated: f120999e19...38257a93e4
@@ -29,6 +29,8 @@ class CarControllerParams:
|
||||
self.STEER_DRIVER_ALLOWANCE = 250
|
||||
self.STEER_DRIVER_MULTIPLIER = 2
|
||||
self.STEER_THRESHOLD = 250
|
||||
self.STEER_DELTA_UP = 2
|
||||
self.STEER_DELTA_DOWN = 3
|
||||
|
||||
# To determine the limit for your car, find the maximum value that the stock LKAS will request.
|
||||
# If the max stock LKAS request is <384, add your car to this list.
|
||||
|
||||
@@ -1 +1 @@
|
||||
3ad478bf44f50815d05acc5b12ff2f01a6cb42ff
|
||||
dac3c51684e101672bc27df13e76577103531e30
|
||||
Reference in New Issue
Block a user