fix set() to list()
This commit is contained in:
parent
480eff011f
commit
7e3445f6ed
@ -17,7 +17,7 @@ sys.modules['target_velocity'] = target_velocity
|
|||||||
|
|
||||||
class Orchestrator:
|
class Orchestrator:
|
||||||
# vehicle ids
|
# vehicle ids
|
||||||
vins: List[str] = set()
|
vins: List[str] = []
|
||||||
# traffic lights {tlid: {color: color, switching_time: in_seconds}}
|
# traffic lights {tlid: {color: color, switching_time: in_seconds}}
|
||||||
tls: Dict[str, Dict] = {}
|
tls: Dict[str, Dict] = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user