-
Notifications
You must be signed in to change notification settings - Fork 4
Test Intersecton Reference Alignment Events
Ivan Yourshaw edited this page Jan 31, 2023
·
5 revisions
One MAP and several SPATs from the same RSU IP with different intersection ID and road regulator IDs.
topic.CmIntersectionReferenceAlignmentEvents
Several alignment events.
Several events like
Topic: topic.CmIntersectionReferenceAlignmentEvents
Key: {"rsuId":"10.11.81.12","intersectionId":99999}
Offset: 145
Timestamp: 1675208628902
Value:
{
"eventGeneratedAt":1675208629095,
"eventType":"IntersectionReferenceAlignment",
"sourceID":"{\"rsuId\":\"10.11.81.12\",\"intersectionId\":99999}",
"timestamp":1675208628893,
"spatRoadRegulatorIds":[9],
"spatIntersectionIds":[99999]
}
- Event should list the MAP IDs
- Source ID should be RSU ID
One MAP and several SPATs with matching RSU IP, intersection IDs, and road regulator IDs. SPAT send interval 100 ms.
No events.
Several events like:
Topic: topic.CmIntersectionReferenceAlignmentEvents
Key: {"rsuId":"10.11.81.12","intersectionId":12109}
Offset: 128
Timestamp: 1675207572886
Value:
{
"eventGeneratedAt": 1675207572900,
"eventType": "IntersectionReferenceAlignment",
"sourceID": "{\"rsuId\":\"10.11.81.12\",\"intersectionId\":12109}",
"timestamp": 1675207572880,
"spatRoadRegulatorIds": [1],
"spatIntersectionIds": [12109]
}
Unexpected events.