You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TF sharing across concert is limited at the moment.
Each client provides it's location using robot_pose_publisher as PoseStamped. While concert master listens to these robot pose and generates tf message in the concert workspace using rocon_tf_reconstructor.
What if concert need to compute tranform between client A's gripper to client B's camera view?
How do we calibrate robot's pose using array of cameras provided by other concert agent?
Need a way to share partial TF trees across concert without conflicting frame ids
The text was updated successfully, but these errors were encountered:
Might have to talk to tully about this one and look at a forked upgrade of tf to handle the situation properly instead of continually hacking around tf problems. Last visit he mentioned there was still some things to do, but it wasn't far off being usable.
TF sharing across concert is limited at the moment.
Each client provides it's location using robot_pose_publisher as PoseStamped. While concert master listens to these robot pose and generates tf message in the concert workspace using rocon_tf_reconstructor.
Need a way to share partial TF trees across concert without conflicting frame ids
The text was updated successfully, but these errors were encountered: