ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
A couple things:
frame_id
of imu_link, and your GPS has a frame_id
of GPS_link. You need to define static transforms from imu_link -> base_link and from gps_link to base_link.navsat_transform_node
gets a single usable IMU message, it unsubscribes from the IMU data. It only needs a single earth-referenced heading measurement.