asafDahan
Results
1
issues of
asafDahan
Exploring the code I see that Traffic light status contains the TrafficLightStatusType, lane_connector_id and timestamp: ``` class TrafficLightStatusData: """Traffic light status.""" status: TrafficLightStatusType # Status: green, red lane_connector_id: int #...