Spwan_Fahrzeuge.py aktualisiert

This commit is contained in:
Claude Valérie Nna 2025-02-26 00:19:52 +00:00
parent ef1bbe57aa
commit bb135ee12d

View File

@ -67,6 +67,8 @@ map_name = world.get_map().name
print("Loaded map name:", map_name) print("Loaded map name:", map_name)
##### ###### ####### ##### ###### #######
# Vorfahrtregeln festlegen# # Vorfahrtregeln festlegen#
# #### ##### ###### # #### ##### ######
@ -130,9 +132,10 @@ def manage_uncontrolled_intersections():
#The Code try to adjusts the position of two colliding vehicles to separate them. ######## ######### ######### #################
#if the adjustment fails, the vehicle that cannot free itself is removed from the # The Code try to adjusts the position of two colliding vehicles to separate them. #
#wold # if the adjustment fails, one vehicle is removed from the world #
# ######## ######## ######## ######## ########
collision_status = {} # Statut de collision entre véhicules collision_status = {} # Statut de collision entre véhicules