You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in order to do that when loading the frequencies from the protocol the traffic light ones should be added:
# Get frequency to indentifyself.freqIdentify= [self.protocol['signals']['CAR_SIGNAL_A']['frequency'],
self.protocol['signals']['CAR_SIGNAL_B']['frequency'],
self.protocol['signals']['CAR_SIGNAL_C']['frequency'],
self.protocol['signals']['CAR_SIGNAL_PRIORITY']['frequency'],
self.protocol['signals']['CAR_SIGNAL_SACRIFICE_FOR_PRIORITY']['frequency'],
self.protocol['signals']['traffic_light_go']['frequency'],
self.protocol['signals']['traffic_light_stop']['frequency']]
The text was updated successfully, but these errors were encountered:
For the traffic light "detected" is used to decide whether it's green or not:
dt-core/packages/led_detection/src/led_detector_node.py
Lines 400 to 411 in 7695a6b
When it should be compared to the frequencies stored in the protocol:
And in order to do that when loading the frequencies from the protocol the traffic light ones should be added:
The text was updated successfully, but these errors were encountered: