Where is magnetometer measurements in the IMU messages
I am using ros indigo, working with a MIDG II GPS/INS sensor using this python wrapper, I am able to produce a IMU message, but where is the magnetometer data?
header:
seq: 3489
stamp:
secs: 1538864664
nsecs: 333019018
frame_id: MIDG_base_frame
orientation:
x: -0.0243242513388
y: 0.0113927619532
z: -0.242603212595
w: 0.969753742218
orientation_covariance: [0.0005, 0.0, 0.0, 0.0, 0.0005, 0.0, 0.0, 0.0, 0.0005]
angular_velocity:
x: 0.0160570291183
y: -0.0315904594611
z: -0.000174532925199
angular_velocity_covariance: [0.0005, 0.0, 0.0, 0.0, 0.0005, 0.0, 0.0, 0.0, 0.0005]
linear_acceleration:
x: 0.9799096177
y: 0.470356616496
z: -9.75010069612
linear_acceleration_covariance: [0.0005, 0.0, 0.0, 0.0, 0.0005, 0.0, 0.0, 0.0, 0.0005]
How would I get magnetometer data if I need it?