oups
This commit is contained in:
parent
3b83e1e2e8
commit
3ef6580156
2
Car.py
2
Car.py
@ -97,8 +97,6 @@ class Car():
|
|||||||
self.pos=list(self.laneShape[0])
|
self.pos=list(self.laneShape[0])
|
||||||
|
|
||||||
def getLeader(self, maxDist):
|
def getLeader(self, maxDist):
|
||||||
if(self.id != "vehicle_4"):
|
|
||||||
return
|
|
||||||
shapeInd = self.laneInd
|
shapeInd = self.laneInd
|
||||||
edgeInd = self.index
|
edgeInd = self.index
|
||||||
laneShape = self.laneShape
|
laneShape = self.laneShape
|
||||||
|
Loading…
x
Reference in New Issue
Block a user