ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Ah, you've stumbled upon the ol' "in what frame is IMU data reported" issue. See these:
In ekf_localization_node
, I assume the frame_id
in the message is the frame in which the sensor is mounted, so you should produce a base_link->imu transform (try using static_transform_publisher
).