ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The 3000 second delta will never be transformable across with the default 10 second tf buffer.
The most common reason for this is having multiple machines which are not in sync. You should make sure that your machines are syncronized with ntp. We recommend using chrony.
There's a TurtleBot tutorial to set this up.