mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-27 17:42:04 +08:00
Revert "mazda"
This reverts commit 219a59fdfe09a35e3c8d42a4b1056ea6b0246350. old-commit-hash: eaf333259943c8069eacfe592b7bc0a26a0fecfb
This commit is contained in:
@@ -20,6 +20,7 @@ class CarInterface(CarInterfaceBase):
|
||||
|
||||
ret.steerActuatorDelay = 0.1
|
||||
ret.steerLimitTimer = 0.8
|
||||
ret.tireStiffnessFactor = 0.70 # not optimized yet
|
||||
|
||||
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
|
||||
|
||||
|
||||
@@ -43,10 +43,6 @@ class MazdaPlatformConfig(PlatformConfig):
|
||||
dbc_dict: DbcDict = field(default_factory=lambda: dbc_dict('mazda_2017', None))
|
||||
flags: int = MazdaFlags.GEN1
|
||||
|
||||
def init(self):
|
||||
# TODO: standardize default specs via subclass (MazdaCarSpecs)
|
||||
self.specs.override(tireStiffnessFactor=0.7)
|
||||
|
||||
|
||||
class CAR(Platforms):
|
||||
CX5 = MazdaPlatformConfig(
|
||||
|
||||
Reference in New Issue
Block a user