CameraTrafficLight.msg 422 B

123456789101112131415
  1. Header header
  2. int8 sensor_id # sensor id, 0-front_long_focus, 1-front_short_focus, 2-right, 3-rear, 4-left
  3. int32 object_id
  4. float32 detect_confidence
  5. float32 type_confidence
  6. geometry_msgs/Point32 position # relative position, car-body(R-F-U)
  7. Point2D pixel_central_point
  8. Point2D pixel_box_size
  9. uint8 light_color # 0--rad, 1--green, 2--yellow, 3--off or unknow
  10. uint8 light_shape # 0--round, 1--left_arrow, 2--other