TrafficLightResult.msg 551 B

12345678910111213141516171819202122
  1. # This message defines meta information for a traffic light status
  2. Header header
  3. # Each bulb is assigned with an Id
  4. # The TLR node convention is to use the yellow bulb's ID
  5. int32 light_id
  6. # The result as provided by the tlr nodes
  7. # Red and Yellow states are both treated as STOP
  8. # RED = 0
  9. # YELLOW = 0
  10. # GREEN = 1
  11. # UNKNOWN = 2
  12. int32 recognition_result
  13. # This string is used by the Audio Player
  14. string recognition_result_str
  15. # LaneId to which this traffic light result belongs to
  16. # this Id is defined by the ADAS MAP
  17. int32 lane_id