You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because there is a time lag before commands are reflected, the vehicle must wait until it receives the status of the same sequence as the command it sent.
17
+
Until the vehicle receives the status, plsease treat it as if it were unlocked.
18
+
19
+
### Gates
20
+
21
+
Specify the entrance and exit gate IDs. This is used to check if vehicles can pass simultaneously when multiple routes are possible within an area.
22
+
If omitted, it is treated as a lock for the entire area.
23
+
24
+
### Vehicle ID
25
+
26
+
This message does not include the vehicle ID, so add it in the V2X component if required by the communication protocol.
27
+
And if facilities publish multiple vehicle statuses, filter to only status for own vehicle.
0 commit comments