ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think I know the reason why I don't have robot_pose_ekf/odom_combined topic output regularly because my tf is wrong. I added output="screen" in the launch file and showed that my IMU was not active since I am missing transform to imu_link.

original TF

<node pkg="tf" type="static_transform_publisher" name="base_to_imu_broadcaster" args="0.0 0 0.17 0 0 0 1 /base_link /imu 100" />

new TF

<node pkg="tf" type="static_transform_publisher" name="base_to_imu_broadcaster" args="0.0 0 0.17 0 0 0 1 /base_link /imu_link 100" />