From 3ef65801568bc25899e91b6fd8f7d8c58be5a236 Mon Sep 17 00:00:00 2001 From: leo Date: Thu, 10 Mar 2022 11:43:54 +0100 Subject: [PATCH] oups --- Car.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Car.py b/Car.py index 5ee663b..86bc533 100644 --- a/Car.py +++ b/Car.py @@ -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