Internal.msg 968 B

12345678910111213141516171819202122
  1. # This is a message to hold data from an IMU (Inertial Measurement Unit)
  2. #
  3. # Accelerations should be in m/s^2 (not in g's), and rotational velocity should be in rad/sec
  4. #
  5. # If the covariance of the measurement is known, it should be filled in (if all you know is the
  6. # variance of each measurement, e.g. from the datasheet, just put those along the diagonal)
  7. # A covariance matrix of all zeros will be interpreted as "covariance unknown", and to use the
  8. # data a covariance will have to be assumed or gotten from some other source
  9. #
  10. # If you have no estimate for one of the data elements (e.g. your IMU doesn't produce an orientation
  11. # estimate), please set element 0 of the associated covariance matrix to -1
  12. # If you are interpreting this message, please check for a value of -1 in the first element of each
  13. # covariance matrix, and disregard the associated estimate.
  14. ImuSensorSample imu
  15. geometry_msgs/Vector3 mag
  16. BaroSensorSample baro
  17. GnssSensorSample gnss