Class JBeamBrakeControlDefinition
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
Definition for ABS and brake distribution logic.
public class JBeamBrakeControlDefinition
- Inheritance
-
JBeamBrakeControlDefinition
- Inherited Members
Properties
AbsSlipRatioTarget
Target slip ratio for the ABS controller.
public float? AbsSlipRatioTarget { get; init; }
Property Value
EnableAbs
Whether ABS is enabled.
public bool? EnableAbs { get; init; }
Property Value
- bool?
HasLegacyAbsController
Whether the vehicle uses a legacy ABS controller implementation.
public bool HasLegacyAbsController { get; init; }