How to visualize IMU data in Rviz
I'm publishing sensor_msgs.msg.Imu
messages with frame imu
on topic /imu/data_raw
, and I'm trying to view it in Rviz via rviz_imu_plugin
. However, when I enable the plugin and set the topic, the console reports:
[ WARN] [1477283997.473557284]: MessageFilter [target=map ]: Dropped 100.00% of messages so far. Please turn the [ros.rviz_imu_plugin.message_notifier] rosconsole logger to DEBUG for more information.
and Rviz shows the plugin error:
Transform [sender=unknown_publisher]
For frame [imu]: Fixed Frame [map] does not exist
What do these mean? Obviously, something's not configured correctly, but these messages are unusably vague.