We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92336f4 commit 77d8d46Copy full SHA for 77d8d46
docs/web/docs/Developer/Implementation_Notes/Simulation_Loop.md
@@ -55,6 +55,11 @@ simstep -> TraCIServer : postProcessRemoteControl
55
... -> MSVehicle : postProcessRemoteControl
56
end
57
58
+group TraCI3 (only commands after traci.simulation.executeMove)
59
+simstep -> TraCIServer : processCommandsUntilSimStep
60
+... -> MSVehicle : getSpeed, setSpeed, ...
61
+end
62
+
63
group output
64
simstep -> simstep : writeOutput
65
... -> MSVehicle : getSpeed, getPosition, ...
0 commit comments