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

If this is happening during an init method the reason for the error is likely that the transform data just has not arrived at the tf listener, yet. You need to wait for the buffers to fill, before the queries will be successful. The /map -> /odom transform is probably missing, which may take some time as SLAM/localization will need to be running and producing data first.