PerceptionLocalization.msg 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Header header
  2. uint64 frame_unmber
  3. int8 fusion_level
  4. int8 status #4:固定解,5:浮点解,2:伪距差分,1:单点解
  5. #rotation
  6. float64 roll # x,R, car body (FLU)
  7. float64 pitch # y,R, car body (FLU)
  8. float64 yaw # z,R, car body (FLU) utm (0,360) 0--east, 90--north
  9. float32 roll_std
  10. float32 pitch_std
  11. float32 yaw_std
  12. float64 qw # w
  13. float64 qx # x
  14. float64 qy # y
  15. float64 qz # z
  16. float64 angular_velocity_x
  17. float64 angular_velocity_y
  18. float64 angular_velocity_z
  19. #position
  20. float64 latitude
  21. float64 longitude
  22. float64 altitude
  23. float32 latitude_std
  24. float32 longitude_std
  25. float32 altitude_std
  26. float64 position_x # utm_east
  27. float64 position_y # utm_north
  28. float64 position_z # utm_up
  29. float32 position_x_std
  30. float32 position_y_std
  31. float32 position_z_std
  32. float64 velocity_x # utm_east_speed
  33. float64 velocity_y # utm_north_speed
  34. float64 velocity_z # utm_up_speed
  35. float32 velocity_x_std
  36. float32 velocity_y_std
  37. float32 velocity_z_std
  38. float64 velocity_rx # ins_x_speed
  39. float64 velocity_ry # ins_y_speed
  40. float64 velocity_rz # ins_z_speed
  41. float32 velocity_rx_std
  42. float32 velocity_ry_std
  43. float32 velocity_rz_std
  44. float64 accel_x # R, car body (RFU)
  45. float64 accel_y # F, car body (RFU)
  46. float64 accel_z # U, car body (RFU)