Pose6D.msg 597 B

1234567
  1. # the preintegrated Lidar states at the time of IMU measurements in a frame
  2. float64 offset_time # the offset time of IMU measurement w.r.t the first lidar point
  3. float64[3] acc # the preintegrated total acceleration (global frame) at the Lidar origin
  4. float64[3] gyr # the unbiased angular velocity (body frame) at the Lidar origin
  5. float64[3] vel # the preintegrated velocity (global frame) at the Lidar origin
  6. float64[3] pos # the preintegrated position (global frame) at the Lidar origin
  7. float64[9] rot # the preintegrated rotation (global frame) at the Lidar origin