robot_localization ignoring transformations
I'm using robot_localization package (ekf_template), but I think I'm inputting incorrectly sensors data, because there are no output on the topic /odometry/filtered.
I'm doing the tests with an real IMU (fram = /imu. topic = /imu/date) and a simulated Odometry data (frame = /odom or /odometry. topic = /odometry) published by rostopic pub. The sensors covariance are set to zero. My tf tree is set to odom->base_link->imu, I tried to create an odometry frame intermediate (odom->odometry->base_link->imu) but no lucky.
In the debug log I noticed the following error: Could not transform into base_link measurement. Ignoring ...
Could anyone help? Thanks