ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to prevent cycles or multiple parents in your tf tree. There are a few ways to do this. The technique I would recommend would have multiple estimates of where each tag is from each camera(with unique frame_ids), and then compute the "best" one by combining the estimates.