Navsat_transform_node and earth referenced heading
I want to use the um7 IMU in combination with a GPS and navsat_transform_node to localize my robot in a field. However I'm getting a bit confused and I'm not sure what my data is supposed to be.
Navsat_transform_node requires an IMU message with an absolute earth referenced heading. Does this mean that my IMU pose should be pointing with it's y/yaw to north? What does this mean?
When I'm reading the data from the um7 directly and get the output in euler angles xyz are all ~0 (with the imu pointing to north). However when I get the data with the um7 driver and visualize it with the rviz_imu_plugin the imu_link green (which I think should point to north) doesn't point to north. Should the imu point to north?