LidarObject.msg 826 B

123456789101112131415161718192021222324
  1. Header header
  2. uint32 object_id
  3. uint8 type # 0--unknown 1--pedestrian 2--cyclist 3--car 4--truck
  4. float32 detect_confidence
  5. float32 type_confidence
  6. geometry_msgs/Vector3 dimensions # the scale of obj x--length, y--width, z--height
  7. geometry_msgs/Pose cluster_pose # the clustered pose of obj; car-body(F-L-U)
  8. geometry_msgs/Pose tracked_pose # the tracked pose of obj; car-body(F-L-U)
  9. float32 cluster_yaw # yaw by clustering, (0,360), F--0, L--90, car-body(F-L-U)
  10. float32 tracked_yaw # yaw by tracking, (0,360), F--0, L--90, car-body(F-L-U)
  11. float32 azimuth # (0,360), F--0, L--90, car-body(F-L-U)
  12. geometry_msgs/Vector3 velocity # car-body(F-L-U)
  13. geometry_msgs/Vector3 acceleration # car-body(F-L-U)
  14. uint8 tracking_state # tracker level 1--init, 4--stable, 5--cover, 10--lose
  15. ObstacleCell[] cells #