[ROS2] tf2 "authority undetectable" / "no authority available"
I'm playing around with tf2 in ROS2 Foxy using a Gazebo simulated robot, and get warning messages regarding the tf2 "authority".
For instance, running ros2 run tf2_ros tf2_monitor
, I can see that the static and dynamic transforms are being published by "<no authority available>
", e.g.:
Frame: back_right_wheel_link, published by <no authority available>, Average Delay: 0.000709075, Max Delay: 0.0118647
Frame: base_link, published by <no authority available>, Average Delay: 1.62619e+09, Max Delay: 1.62619e+09
TF buffers also mention the undetectable Authority. E.g. RViz also gives TF related warnings mentioning the Authority
Warning: TF_OLD_DATA ignoring data from the past for frame right_rocker_link at time 7.421000 according to authority Authority undetectable
I haven't found much in terms of documentation or search results referring to the "authority", so I was hoping someone could give some insight into what it is, how it is typically set, etc.
Thanks!