Skip to content

Commit 6c83694

Browse files
authored
Note /tf_static uses transient_local in Eloquent (ros2#423)
* Note /tf_static uses transient_local in Eloquent Follow up from ros2/geometry2#160 * Warn about QoS incompatibility
1 parent f7add27 commit 6c83694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/Releases/Release-Eloquent-Elusor.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ The ``geometry_msgs/msg/Quaternion.msg`` interface now default initializes to a
5353
5454
Here is the pull request for more detail: `https://github.com/ros2/common_interfaces/pull/74 <https://github.com/ros2/common_interfaces/pull/74>`_
5555

56+
Static transform broadcasters and listeners now use QoS durability ``transient_local``` on the ``/tf_static`` topic.
57+
Similar to the latched setting in ROS 1, static transforms only need to be published once.
58+
New listeners will receive transforms from all static broadcasters that are alive and have published before.
59+
All publishers must be updated to use this durability setting or their messages won't be received by transform listeners.
60+
See this pull request for more detail: `https://github.com/ros2/geometry2/pull/160 <https://github.com/ros2/geometry2/pull/160>`_
61+
5662
rclcpp
5763
^^^^^^
5864

0 commit comments

Comments
 (0)