CameraObject.msg 753 B

1234567891011121314151617181920212223242526
  1. Header header
  2. uint8 sensor_id # sensor id, 0-front_long_focus, 1-front_short_focus, 2-right, 3-rear, 4-left
  3. uint32 object_id
  4. float32 detect_confidence
  5. float32 type_confidence
  6. float32 azimuth
  7. float32 yaw # car-body(R-F-U) R--0, F--90, (0,360)
  8. uint8 type # 0--unknown 1--pedestrian 2--cyclist 3--car 4--truck
  9. float32 tracking_time #
  10. int8 tracking_level #
  11. int8 lane_assignment #
  12. geometry_msgs/Point32 position # relative position, car-body(R-F-U)
  13. geometry_msgs/Vector3 velocity # relative velocity, car-body(R-F-U)
  14. geometry_msgs/Vector3 acceleration # relative acceleration, car-body(R-F-U)
  15. geometry_msgs/Vector3 dimensions # the scale of obj x--length, y--width, z--height
  16. Point2D pixel_central_point
  17. Point2D pixel_box_size