Skip to content

Commit 109d929

Browse files
authored
#2 correcting TraCI block order
1 parent 77d8d46 commit 109d929

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ simstep -> MSInsertionControl : execute
5050
... -> MSVehicle : enterLaneAtInsertion
5151
end
5252
53-
group TraCI2
54-
simstep -> TraCIServer : postProcessRemoteControl
55-
... -> MSVehicle : postProcessRemoteControl
56-
end
57-
58-
group TraCI3 (only commands after traci.simulation.executeMove)
53+
group TraCI2 (only commands after traci.simulation.executeMove)
5954
simstep -> TraCIServer : processCommandsUntilSimStep
6055
... -> MSVehicle : getSpeed, setSpeed, ...
6156
end
6257
58+
group TraCI3 (moveToXY)
59+
simstep -> TraCIServer : postProcessRemoteControl
60+
... -> MSVehicle : postProcessRemoteControl
61+
end
62+
6363
group output
6464
simstep -> simstep : writeOutput
6565
... -> MSVehicle : getSpeed, getPosition, ...

0 commit comments

Comments
 (0)