Software & Middleware
TF (Transforms)
TF (Transforms) is the ROS subsystem that tracks the time-varying rigid-body transforms among a robot's coordinate frames, such as map, odom, base_link, and each sensor and link frame, organized as a tree. Nodes broadcast transforms and query the buffered tree to express data from any frame in any other at a requested timestamp, with interpolation between samples. The current implementation, tf2, is foundational to virtually every ROS-based perception and navigation stack.
Why it matters for physical AI
Consistent, time-aligned coordinate frames are prerequisites for fusing cameras, LiDAR, and kinematics into the observations that learned policies consume, and TF errors remain one of the most common integration failure modes in robot deployments.
Related terms
Build physical AI
Put these concepts to work on real hardware
Axol is a dual-arm robot built for physical AI — teleoperate it, collect demonstrations, and deploy learned policies out of the box.