This commit is contained in:
leo 2022-03-10 11:43:54 +01:00
parent 3b83e1e2e8
commit 3ef6580156
Signed by: leo
GPG Key ID: 0DD993BFB2B307DB

2
Car.py
View File

@ -97,8 +97,6 @@ class Car():
self.pos=list(self.laneShape[0])
def getLeader(self, maxDist):
if(self.id != "vehicle_4"):
return
shapeInd = self.laneInd
edgeInd = self.index
laneShape = self.laneShape