-
Notifications
You must be signed in to change notification settings - Fork 4
Test Connection of Travel Event
Ivan Yourshaw edited this page Mar 25, 2024
·
10 revisions
At the same intersection:
- MAPs - every 1000 ms
- SPATs - every 100 ms
- BSMs - every 100 ms travelling straight through intersection on a connected path
Script: ConnectionOfTravel-connected.csv
topic.CmConnectionOfTravelEvent
One Connection of Travel Event on the topic.
In Conflict Visualizer Data Selector Query, one ConnectionOfTravelEvent under intersection ID 12109.
Topic: topic.CmConnectionOfTravelEvent
Key: {"rsuId":"10.11.81.12","intersectionId":12109,"region":0}
Offset: 0
Timestamp: 1711342287129
Value:
{
"eventGeneratedAt":1711342287196,
"eventType":"ConnectionOfTravel",
"intersectionID":12109,
"roadRegulatorID":-1,
"timestamp":1711342267214,
"ingressLaneID":2,
"egressLaneID":14,
"source":"{ rsuId='10.11.81.12', intersectionId='12109', region='0'}",
"connectionID":1
}
- Connection ID does not match signal group ID (should be 2).
- Region in key and 'source' property should be -1
- MAPs every 1000 ms
- SPATs every 100 ms
- BSMs, 100 ms, entering the intersection on a ingress lane then making a u-turn and exiting onto an unconnected egress lane.
Script: ConnectionOfTravel-u-turn.csv
One Connection of Travel Event
Topic: topic.CmConnectionOfTravelEvent
Key: {"rsuId":"10.11.81.12","intersectionId":12109,"region":0}
Offset: 4
Timestamp: 1711392744165
Value:
{
"eventGeneratedAt":1711392744227,
"eventType":"ConnectionOfTravel",
"intersectionID":12109,
"roadRegulatorID":-1,
"timestamp":1711392723689,
"ingressLaneID":3,
"egressLaneID":5,
"source":"{ rsuId='10.11.81.12', intersectionId='12109', region='0'}",
"connectionID":-1
}
- Region in key and 'source' property should be -1