|
|
@ -6,8 +6,7 @@ from selfdrive.car import CarInfo, dbc_dict |
|
|
|
Ecu = car.CarParams.Ecu |
|
|
|
Ecu = car.CarParams.Ecu |
|
|
|
VisualAlert = car.CarControl.HUDControl.VisualAlert |
|
|
|
VisualAlert = car.CarControl.HUDControl.VisualAlert |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CarControllerParams: |
|
|
|
class CarControllerParams(): |
|
|
|
|
|
|
|
# Allow small margin below -3.5 m/s^2 from ISO 15622:2018 since we |
|
|
|
# Allow small margin below -3.5 m/s^2 from ISO 15622:2018 since we |
|
|
|
# perform the closed loop control, and might need some |
|
|
|
# perform the closed loop control, and might need some |
|
|
|
# to apply some more braking if we're on a downhill slope. |
|
|
|
# to apply some more braking if we're on a downhill slope. |
|
|
|