UTCTime |
|
native long long |
System time in milliseconds since epoch |
FileTime |
|
native double |
Time since beginning of recording |
ABSIntervention |
|
enum native signed char |
Whether the ABS system is intervening; -1 = not applicable; 0 = ABS system not intervening; 1 = ABS system intervening; 9 = unknown |
ADFunctionActive |
|
enum native signed char |
Status of the autonomous driving function; -1 = not applicable; 0 = not active; 1 = active; 9 = unknown |
ADFunctionAvailable |
|
enum native signed char |
Whether the preconditions are met to enable the autonomous driving function; -1 = not applicable; 0 = preconditions not met; 1 = preconditions met; 9 = unknown |
AmbientLightLevel |
|
native double |
Ambient light level at the location of the ego vehicle; Measured as the natural log of the raw value (because the range is huge) |
AmbientTemperature |
|
native double |
Ambient temperature recorded by the ego vehicles temperature sensor |
BaselineADASActive |
|
native int |
The combination of ADAS active in baseline mode, bit-wise encoding; -2 = unknown; -1 = not applicable; 0 = none; Bits:; 1 = CC (Cruise controls); 2 = SRS (Speed restriction system); 3 = ACC (Adaptive cruise controls); 4 = FCW (Forward collision warning); 5 = AEB (Automatic emergency braking); 6 = BLIS (Blind spot information system); 7 = LDW (Lane departure warning); 8 = LKA (Lane keeping assist); 9 = FEA (Fuel efficiency advisor); 10 = ... |
BaselineADASIntervention |
|
native int |
The combination of ADAS intervening / showing warnings in baseline mode, bit-wise encoding; -2 = unknown; -1 = not applicable; 0 = none; Bits:; 1 = CC (Cruise controls); 2 = SRS (Speed restriction system); 3 = ACC (Adaptive cruise controls); 4 = FCW (Forward collision warning); 5 = AEB (Automatic emergency braking); 6 = BLIS (Blind spot information system); 7 = LDW (Lane departure warning); 8 = LKA (Lane keeping assist); 9 = FEA (Fuel efficiency advisor); 10 = ... |
BrakeLight |
|
enum native signed char |
Status of the brake light.; -1 = not applicable; 0 = off; 1 = on; 2 = flashing; 9 = unknown |
BrakePedalPos |
|
native int |
The position of the brake pedal in %.; -1 = not applicable; 0 = not pressed; 100 = fully pressed |
BrakePressure |
|
native int |
Brake system pressure in percentage of maximum pressure |
DirectionIndicator |
|
enum native signed char |
The status of the turn indicator.; -1 = not applicable; 0 = off; 1 = left; 2 = right; 3 = hazard; 9 = unknown |
EnergyConsumption |
|
native double |
Current energy consumption |
ESCIntervention |
|
enum native signed char |
Whether the Electronic Slip Control / Traction Control system is intervening; -1=not applicable; 0 = ESC system not intervening; 1 = ESC system intervening; 9 = unknown |
FrontFogLightStatus |
|
enum native signed char |
The status of the front fog light; -1 = not applicable; 0 = off; 1 = on; 9 = unknown |
FrontWiperStatus |
|
enum native signed char |
The operation state of the front wiper; -1 = not applicable; 0 = off; 1 = slow interval; 2 = fast interval; 3 = slow; 4 = fast; 9 = unknown |
FuelConsumption |
|
native double |
Current fuel consumption |
HandsOnDetection |
|
enum native signed char |
Whether the driver has their hands on the steering wheel; -1 = not applicable; 0 = hands off; 1 = one hand on; 2 = two hands on; 9 = unknown |
LatAcceleration |
|
native double |
lateral acceleration (Y axis) |
LongAcceleration |
|
native double |
longitudinal acceleration (X axis) |
Odometer |
|
native double |
The vehicle odometer reading |
RearFogLightStatus |
|
enum native signed char |
The status of the rear fog light; -1 = not applicable; 0 = off; 1 = on; 9 = unknown |
SteeringAngle |
|
native double |
The steering wheel angle.; Turning left (counterclockwise) is positive; Turning right (clockwise) is negative |
SteeringAngleADF |
|
native double |
Steering angle desired by the ADF; This can be used to detect whether the driver or the ADF is driving |
ThrottlePedalPos |
|
native int |
The position of the throttle pedal in %.; -1 = not applicable; 0 = not pressed; 100 = fully pressed |
TOR |
|
enum native signed char |
Whether the take-over-request to return control to the driver is active; -TOR at known system limits; -TOR at unknown system limits (system failures); -1 = not applicable; 0 = TOR not active; 1 = TOR active; 2 = short TOR active; 9 = unknown |
TorsionBarTorque |
|
native double |
Steering force applied by the driver on the torsion bar |
VehicleSpeed |
|
native double |
Speed of the ego vehicle as reported by the ABS / wheel sensing module |
YawRate |
|
native double |
The yaw rate of the ego vehicle; Towards left is positive; Towards right is negative |