You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will still be possible to use alternate Gazebo versions with Jazzy Jalisco. But those will not be as well tested or integrated with ROS 2. See https://gazebosim.org/docs/harmonic/ros_installation for more information.
46
86
47
87
New features in this ROS 2 release
48
88
----------------------------------
@@ -52,10 +92,63 @@ New features in this ROS 2 release
52
92
53
93
New VelocityStamped message
54
94
"""""""""""""""""""""""""""
55
-
Added a new message with all fields needed to define a velocity and transform it
95
+
96
+
Added a new message with all fields needed to define a velocity and transform it.
56
97
57
98
See https://github.com/ros2/common_interfaces/pull/240 for more details.
58
99
100
+
Adds ARROW_STRIP to Marker.msg
101
+
""""""""""""""""""""""""""""""
102
+
103
+
Added new type of Marker, ``ARROW_STRIP``, to Marker.msg.
104
+
105
+
See https://github.com/ros2/common_interfaces/pull/242 for more details.
106
+
107
+
``image_transport``
108
+
^^^^^^^^^^^^^^^^^^^
109
+
110
+
Support lazy subscribers
111
+
""""""""""""""""""""""""
112
+
113
+
See https://github.com/ros-perception/image_common/issues/272 for more details.
114
+
115
+
Expose option to set callback groups
116
+
""""""""""""""""""""""""""""""""""""
117
+
118
+
See https://github.com/ros-perception/image_common/issues/274 for more details.
119
+
120
+
Enable allow list
121
+
"""""""""""""""""
122
+
123
+
Added parameter so users can selectively disable ``image_transport`` plugins at runtime.
124
+
125
+
See https://github.com/ros-perception/image_common/issues/264 for more details.
126
+
127
+
Advertise and subscribe with custom QoS
128
+
"""""""""""""""""""""""""""""""""""""""
129
+
130
+
Allow users to pass in a custom quality-of-service when creating ``image_transport`` publishers and subscribers.
131
+
132
+
See https://github.com/ros-perception/image_common/issues/288 for more detatils.
133
+
134
+
Added rclcpp component to Republish
135
+
"""""""""""""""""""""""""""""""""""
136
+
137
+
Users can now start the ``image_transport`` republisher node as an rclcpp_component.
138
+
139
+
See https://github.com/ros-perception/image_common/issues/275 for more details.
140
+
141
+
142
+
``message_filters``
143
+
^^^^^^^^^^^^^^^^^^^
144
+
145
+
TypeAdapters support
146
+
""""""""""""""""""""
147
+
148
+
Allows users to use Type Adaptation within message_filters.
149
+
150
+
See https://github.com/ros2/message_filters/pull/96 for more information.
151
+
59
152
``rclcpp``
60
153
^^^^^^^^^^
61
154
@@ -69,8 +162,8 @@ See https://github.com/ros2/rclcpp/pull/2209 for more details.
69
162
``ros2cli``
70
163
^^^^^^^^^^^
71
164
72
-
``--log-file-name`` command line argument
73
-
"""""""""""""""""""""""""""""""""""""""""
165
+
Added a ``--log-file-name`` command line argument
166
+
"""""""""""""""""""""""""""""""""""""""""""""""""
74
167
75
168
It is now possible to use ``--log-file-name`` command line argument to specify the log file name prefix.
76
169
@@ -86,7 +179,7 @@ See https://github.com/ros2/ros2cli/issues/856 for more information.
86
179
``type`` sub-command supported
87
180
""""""""""""""""""""""""""""""
88
181
89
-
It is now possible to use ``type`` sub-command to check the action type.
182
+
It is now possible to use the ``type`` sub-command to check the action type.
90
183
91
184
.. code-block:: bash
92
185
@@ -127,28 +220,125 @@ Play service data from bag file:
127
220
128
221
See the `design document <https://github.com/ros2/rosbag2/blob/rolling/docs/design/rosbag2_record_replay_service.md>`__ for more information.
129
222
223
+
New filter modes
224
+
""""""""""""""""
225
+
226
+
It is now possible to filter by topic type.
227
+
228
+
.. code-block:: bash
229
+
230
+
ros2 bag record --topic_types sensor_msgs/msg/Image sensor_msgs/msg/CameraInfo
231
+
232
+
.. code-block:: bash
233
+
234
+
ros2 bag record --topic_types sensor_msgs/msg/Image
235
+
236
+
See more details https://github.com/ros2/rosbag2/pull/1577 and https://github.com/ros2/rosbag2/pull/1582.
237
+
238
+
Added introspection QoS methods to Python bindings
It is now possible to instrospect QoS setting from Python bindings.
242
+
243
+
See https://github.com/ros2/rosbag2/pull/1648 for more details.
244
+
245
+
``rosidl``
246
+
^^^^^^^^^^
247
+
248
+
Added interfaces to support key annotation
249
+
""""""""""""""""""""""""""""""""""""""""""
250
+
251
+
The ``key`` annotation allows indicating that a data member is part of the key, which can have zero or more key fields and can be applied to structure fields of various types.
252
+
253
+
See https://github.com/ros2/rosidl/pull/796 and https://github.com/ros2/rosidl_typesupport_fastrtps/pull/116 for more details.
254
+
255
+
``rviz2``
256
+
^^^^^^^^^
257
+
258
+
Added regex filter field for TF display
259
+
"""""""""""""""""""""""""""""""""""""""
260
+
261
+
When there are many frames on ``/tf`` it can be hard to properly visualize them in RViz, especially if frames overlap.
262
+
The usual solution to this is to enable and disable desired frames in Frames field of the TF display.
263
+
Now it is possible to filter frames using regular expressions.
264
+
265
+
See https://github.com/ros2/rviz/pull/1032 for more details.
266
+
267
+
Append measured subscription frequency to topic status
0 commit comments