mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
lower acc factor
This commit is contained in:
@@ -107,7 +107,7 @@ class CarController(CarControllerBase):
|
||||
can_sends.extend(mazdacan.create_radar_command(self.packer, self.frame, CC.longActive, CS, hold))
|
||||
|
||||
else:
|
||||
raw_acc_output = (CC.actuators.accel * 240) + 2000
|
||||
raw_acc_output = (CC.actuators.accel * 200) + 2000
|
||||
if CC.longActive:
|
||||
if self.params.get_bool("BlendedACC"):
|
||||
if not self.long_active_last:
|
||||
|
||||
Reference in New Issue
Block a user