File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
5662rclcpp
5763^^^^^^
5864
You can’t perform that action at this time.
0 commit comments