Skip to main content

Collision Detected

Description

This event is triggered when a impact is detected on ego.

FielddatatypeDescription
utimestringBest estimate of when this message is from, host clock in UTC
impact_detectionstringNORMAL_STATUS, CRASH_DETECTION_AIRBAG, CRASH_DETECTION_NON_AIRBAG, INVALID_VALUE
vehiclestringunique vehicle name the data is associated to.
topicstringtype of telemetry data
Impact Detection TypeDescription
NORMAL_STATUSnormal, no impact dectected
IMPACT_POINTCrash detection with Activated Airbag Crash detection and shuts off high voltage circuit. With airbag deployment.
CRASH_DETECTION_AIRBAGCrash detection and shuts off high voltage circuit. Without airbag deployment
INVALID_VALUEInvalid Value

Topic/channel string

For real-time API

Pass the comma seperated topic name as a query param

/.vehicle.{vehiclename}.COLLISION_NOTIFICATION

JSON Output

Order of fields might differ

{
"impactDetection": "NORMAL_STATUS",
"topic": "COLLISION_NOTIFICATION",
"utime": "1712087242742830",
"vehicle": "vehiclename"
}