ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To catch the last "TF transform" available you shouldn't use ros::Time::now()
, instead try to use ros::Time(0)
.
2 | No.2 Revision |
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++) )