Missed transform between base_link and imu_link

asked 2016-04-29 17:42:17 -0500

bzhan gravatar image

updated 2016-04-29 18:05:01 -0500

Hi, I received the following error message when trying the run the imu_compass ROS package to filter data provided through my UM6r2 IMU, which I ran using the UM6 ROS package. I currently get the following bug message:

Missed transform between base_link and imu_link

This arrives from the file: http://docs.ros.org/hydro/api/imu_com... . Specifically, this line fails: listener_.lookupTransform("base_link", data->header.frame_id, ros::Time(0), transform)

The IMU link is located here: data->header.frame_id.c_str())

May someone detail how to fix this? I'm not sure how base_link should be transformed to imu_link

edit retag flag offensive close merge delete