RadarObject.msg 671 B

1234567891011121314151617181920
  1. Header header
  2. bool is_invalid
  3. bool is_matched
  4. bool is_still
  5. uint8 cluster_mask
  6. uint8 radar_id # 0--f_radar, 1--fr_radar, 3--rr_radar, 5--rl_radar, 7--fl_radar
  7. uint16 object_id #
  8. uint8 type # 0--unknown 1--pedestrian 2--cyclist 3--car 4--truck
  9. uint16 life_count #
  10. float32 rcs
  11. float32 confidence
  12. float32 azimuth # car-body(R-F-U) R--0, F--90, (0,360)
  13. geometry_msgs/Point32 position # relative position, car-body(R-F-U)
  14. geometry_msgs/Vector3 velocity # relative velocity, car-body(R-F-U)
  15. geometry_msgs/Vector3 acceleration # relative acceleration, car-body(R-F-U)
  16. geometry_msgs/Vector3 dimensions # the scale of obj x--length, y--width, z--height