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
This is the first key difference between our project and TF2 or pytransform3d. When attempting to link two frames which both already have parents but are part of different trees, we should take the node with fewest ancestors and reverse the links so it is the root of its tree; then we can connect the two frames with that node as child. The implementation would go here.
The text was updated successfully, but these errors were encountered:
This is the first key difference between our project and TF2 or pytransform3d. When attempting to link two frames which both already have parents but are part of different trees, we should take the node with fewest ancestors and reverse the links so it is the root of its tree; then we can connect the two frames with that node as child. The implementation would go here.
The text was updated successfully, but these errors were encountered: