TrafficLight.xml wrong constants
Closed this issue · 1 comments
felix-loesch commented
I found the following errors in TrafficLight.xml:
- ChangePhaseIndex: The constant must be it.polito.appeal.traci.protocol.Constants.TL_PHASE_INDEX instead of it.polito.appeal.traci.protocol.Constants.TL_CURRENT_PHASE
- ReadAssumedNextSwitchTime: The constant must be
it.polito.appeal.traci.protocol.Constants.TL_NEXT_SWITCH instead of
it.polito.appeal.traci.protocol.Constants.TL_RED_YELLOW_GREEN_STATE
egueli commented
Fixed. Thanks for reporting!