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
Currently only one fully-connected tf tree is supported.
The tree parameter should be renamed to "trees" and optionally support multiple disconnected trees. These should be logged to tf/root1, tf/root2, etc. and marked as disconnected in Rerun.
The root for a given frame could be automatically resolved and the data logged to an entity path such as tf/root1/flattened-topic-name (this might require some mangling to avoid possible name clashes, e.g., odom might be a topic and an entity path following a root). There should be an option to disable the fixed frame behavior in which case the data would be logged into the tree as tf/root1/.../frame_of_data/flattened-topic-name.
Data without a frame, or a frame missing from the predefined tf tree should be logged separately to flattened-topic-name (or possibly to tf/frame_of_data/flattened-topic-name) and also be marked as disconnected.
The text was updated successfully, but these errors were encountered:
Currently only one fully-connected tf tree is supported.
The tree parameter should be renamed to "trees" and optionally support multiple disconnected trees. These should be logged to
tf/root1
,tf/root2
, etc. and marked as disconnected in Rerun.The root for a given frame could be automatically resolved and the data logged to an entity path such as
tf/root1/flattened-topic-name
(this might require some mangling to avoid possible name clashes, e.g.,odom
might be a topic and an entity path following a root). There should be an option to disable the fixed frame behavior in which case the data would be logged into the tree astf/root1/.../frame_of_data/flattened-topic-name
.Data without a frame, or a frame missing from the predefined tf tree should be logged separately to
flattened-topic-name
(or possibly totf/frame_of_data/flattened-topic-name
) and also be marked as disconnected.The text was updated successfully, but these errors were encountered: