nd
This commit is contained in:
parent
a51b3e1dd6
commit
72aab1eecb
2
Car.py
2
Car.py
@ -408,7 +408,7 @@ class Car():
|
|||||||
#print(self.distToInter, self.minSpace, dts)
|
#print(self.distToInter, self.minSpace, dts)
|
||||||
|
|
||||||
# Si on est bloqué dans une dépendance circulaire
|
# Si on est bloqué dans une dépendance circulaire
|
||||||
if self.timeAtInter > 10 and self.circularLeaderDep():
|
if self.timeAtInter >= 0 and self.circularLeaderDep():
|
||||||
self.forceThrough = True
|
self.forceThrough = True
|
||||||
|
|
||||||
if self.forceThrough:
|
if self.forceThrough:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user