TF handling frame uncertainty?
TF currently do not handles uncertainty. It would be interesting to have a TF-like system with uncertainty handling capacities. Sensors imprecision and moving coordinate frames can end up in an incoherent TF-Tree. This can be problematic specially when the coordinate errors frames are chained. It is planned to develop a future system like this?
A TF system with uncertainty handling capacities would be much more powerful system an even would allow a transformation graph instead of a transformation tree. Bayesian fusion methods would make possible to get the most probable frame given several estimations.
From this discussion (http://answers.ros.org/question/27743/transform-posewithcovariance) I see that some tools like the MRPT (Mobile Robot Development Toolkit) provide interesting functionality to propagate uncertainty in a chain of coordinate frames. Look at this http://ros.org/wiki/pose_cov_ops
Merging multiple estimation of the state of a frame, the time and some dynamical information of moving frame looks promising.