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
Responsible for collecting Rerun compliant spatial transform data & processing them for higher level transform related queries.
13
+
This crate encapsulates a lot of the rules underpinning transform related datastructures defined in `re_types`.
14
+
15
+
Maintains time dependent topological data structures that allow resolving affine transformations between different transform frames (points of reference).
16
+
17
+
The name is borrowed from ROS's popular [`tf`](https://wiki.ros.org/tf) package as it plays a similar role.
0 commit comments