Torque lateral jerk with stock torque controller
Add toggle to use Twilsonco's lateral jerk with stock torque controller. Co-Authored-By: Tim Wilson <7284371+twilsonco@users.noreply.github.com>
This commit is contained in:
@@ -212,6 +212,7 @@ class CarInterfaceBase(ABC):
|
||||
params = Params()
|
||||
|
||||
self.has_lateral_torque_nn = self.initialize_lat_torque_nn(CP.carFingerprint, eps_firmware) and params.get_bool("NNFF") and params.get_bool("LateralTune")
|
||||
self.use_lateral_jerk = params.get_bool("UseLateralJerk") and params.get_bool("LateralTune")
|
||||
|
||||
self.belowSteerSpeed_shown = False
|
||||
self.disable_belowSteerSpeed = False
|
||||
|
||||
Reference in New Issue
Block a user