ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
For me it looks like you have at least two different transform publishers publishing a TF to the same parent frame. Thats why you see different configurations of the three each time that you reload. Try to check which nodes are publishing transformations and try to disable them one by one until you don't see the changes on the tree anymore.
You can also use http://wiki.ros.org/roswtf to see if there is something weird.
Cheers