egueli/TraCI4J

TrafficLight.xml wrong constants

Closed this issue · 1 comments

I found the following errors in TrafficLight.xml:

  1. 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
  2. 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

Fixed. Thanks for reporting!