Index updated. Mention to TrafficManager.cpp added.
This commit is contained in:
parent
6b0f2f04af
commit
aa353043e4
|
@ -238,6 +238,9 @@ That creates a clear distinction between having multiple clients and multiple Tr
|
||||||
|
|
||||||
* __MultiTM scenario:__ when there are different TM-Server, created with different port definitions.
|
* __MultiTM scenario:__ when there are different TM-Server, created with different port definitions.
|
||||||
|
|
||||||
|
!!! Note
|
||||||
|
The script `TrafficManager.cpp` acts as a central hub managing all the different TM instances.
|
||||||
|
|
||||||
---
|
---
|
||||||
## Other considerations
|
## Other considerations
|
||||||
|
|
|
@ -97,9 +97,9 @@ CARLA forum</a>
|
||||||
Synchrony and time-step
|
Synchrony and time-step
|
||||||
</b></a>
|
</b></a>
|
||||||
— Client-server communication and simulation time.
|
— Client-server communication and simulation time.
|
||||||
<b>
|
<a href="../adv_traffic_manager"><b>
|
||||||
(soon) Traffic manager
|
Traffic Manager
|
||||||
</b>
|
</b></a>
|
||||||
— Feature to handle autopilot vehicles and emulate traffic.
|
— Feature to handle autopilot vehicles and emulate traffic.
|
||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
|
@ -27,7 +27,7 @@ nav:
|
||||||
- 'Recorder': 'adv_recorder.md'
|
- 'Recorder': 'adv_recorder.md'
|
||||||
- 'Rendering options': 'adv_rendering_options.md'
|
- 'Rendering options': 'adv_rendering_options.md'
|
||||||
- 'Synchrony and time-step': 'adv_synchrony_timestep.md'
|
- 'Synchrony and time-step': 'adv_synchrony_timestep.md'
|
||||||
- 'Traffic Manager': 'traffic_manager.md'
|
- 'Traffic Manager': 'adv_traffic_manager.md'
|
||||||
- References:
|
- References:
|
||||||
- 'Python API reference': 'python_api.md'
|
- 'Python API reference': 'python_api.md'
|
||||||
- 'Code recipes': 'ref_code_recipes.md'
|
- 'Code recipes': 'ref_code_recipes.md'
|
||||||
|
|
Loading…
Reference in New Issue