SingleTrafficLight.msg 290 B

12345
  1. int8 color #UNKNOWN_COLOR = 0; RED = 1; YELLOW = 2; GREEN = 3; BLACK = 4;
  2. string id # Traffic light string-ID in the map data.
  3. float32 confidence #How confidence about the detected results, between 0 and 1.
  4. float32 tracking_time # Duration of the traffic light since detected.
  5. int8 shape