File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
docs/web/docs/Developer/Implementation_Notes Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,16 +50,16 @@ simstep -> MSInsertionControl : execute
5050... -> MSVehicle : enterLaneAtInsertion
5151end
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)
5954simstep -> TraCIServer : processCommandsUntilSimStep
6055... -> MSVehicle : getSpeed, setSpeed, ...
6156end
6257
58+ group TraCI3 (moveToXY)
59+ simstep -> TraCIServer : postProcessRemoteControl
60+ ... -> MSVehicle : postProcessRemoteControl
61+ end
62+
6363group output
6464simstep -> simstep : writeOutput
6565... -> MSVehicle : getSpeed, getPosition, ...
You can’t perform that action at this time.
0 commit comments