forked from zhuli90799/Fahrsimulator
Spwan_Fahrzeuge.py aktualisiert
This commit is contained in:
parent
ef1bbe57aa
commit
bb135ee12d
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user