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

Did you solve? Be sure in your code to update all frames with the most recent time stamp. I mean, every loop you should be sure that the broadcast information is updated:

odom_trans.header.stamp = ros::Time::now();

From the tutorial you see that that line of code is inside a loop. maybe you forgot to update all the frames for the camera and so on... I hope I helped you.

Regards