Skip to content

Commit 77d8d46

Browse files
authored
#2 descriping third TraCI block
1 parent 92336f4 commit 77d8d46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/web/docs/Developer/Implementation_Notes/Simulation_Loop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ simstep -> TraCIServer : postProcessRemoteControl
5555
... -> MSVehicle : postProcessRemoteControl
5656
end
5757
58+
group TraCI3 (only commands after traci.simulation.executeMove)
59+
simstep -> TraCIServer : processCommandsUntilSimStep
60+
... -> MSVehicle : getSpeed, setSpeed, ...
61+
end
62+
5863
group output
5964
simstep -> simstep : writeOutput
6065
... -> MSVehicle : getSpeed, getPosition, ...

0 commit comments

Comments
 (0)