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

You need to make sure that your broadcaster has time to publish the transform before destructing. In general you should not construct it inside you callback. If you construct and destruct it immediately it will not have time to initialize it's connections and send the information before destructing.