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

Revision history [back]

To catch the last "TF transform" available you shouldn't use ros::Time::now(), instead try to use ros::Time(0).

To catch the last "TF transform" available you shouldn't use ros::Time::now(), instead try to use ros::Time(0).

You can check about this here ( Learning about tf and time (C++) )