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

Revision history [back]

This is a complete shot in the dark, but have you tried calling ros::spinOnce() before the waitForTransform call?

Or equivalently, creating the listener outside of the main ros loop, and calling the waitForTransform after ros::spin() has been entered?