Class JBeamTractionControlDefinition
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
Definition for traction control logic.
public class JBeamTractionControlDefinition
- Inheritance
-
JBeamTractionControlDefinition
- Inherited Members
Properties
EnableTractionControl
Whether traction control is enabled.
public bool? EnableTractionControl { get; init; }
Property Value
- bool?
MaxVelocity
Maximum velocity where TC remains active.
public float? MaxVelocity { get; init; }
Property Value
SlipRangeThreshold
Range of slip above the threshold for progressive intervention.
public float? SlipRangeThreshold { get; init; }
Property Value
SlipThreshold
Slip ratio threshold for TC intervention.
public float? SlipThreshold { get; init; }