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
Copy file name to clipboardExpand all lines: docs/web/docs/Simulation/Traffic_Lights.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ The purpose of traffic light modelling in SUMO is threefold:
8
8
9
9
1. provide comfortable ways to set up plausible traffic signals for a whole city
10
10
2. provide functionality to replicate an existing traffic light with high fidelity
11
-
3. provide functionality to simulate any conceivable traffic light algorithm for research purpose
11
+
3. provide functionality to simulate any conceivable traffic light algorithm for research purposes
12
12
13
13
The first aim is supported by a deep pool of heuristics that construct traffic lights and programs.
14
14
The other aims are supported by the following capabilities:
15
15
16
-
- parameterization of the built-in-algorithms
17
-
- loading custom algorithms directly into the simulation with a mini-programming language tailored to traffic light operations
18
-
- attaching arbitrary external code to a running simulation via a process-coupling interface (TraCI)
16
+
- parameterization of the [built-in-algorithms](#defining_new_tls-programs)
17
+
- loading custom algorithms directly into the simulation with a [mini-programming language](#type_actuated_with_custom_switching_rules) tailored to traffic light operations
18
+
- attaching arbitrary external code to a running simulation via a [process-coupling interface (TraCI)](#controlling_traffic_lights_via_traci)
19
19
20
20
# Workflow
21
21
@@ -1181,3 +1181,7 @@ The following additional features may be activated via checkboxes:
1181
1181
1182
1182

1184
+
1185
+
# Miscellaneous
1186
+
1187
+
-[LiSUM](../Tools/LiSuM.hmd) LiSuM is a middleware that couples LISA+ and SUMO, making it easier to use Software-in-the-Loop for existing virtual controller definitions (i.e. as used in VISSIM)execute more complex traffic
0 commit comments