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
Copy file name to clipboardExpand all lines: source/Releases/Release-Lyrical-Luth.rst
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,11 +247,11 @@ See :doc:`../Tutorials/Advanced/Writing-a-Buffer-Backend` to learn how to implem
247
247
248
248
See :doc:`../Concepts/Intermediate/About-Buffer-Backends` and :doc:`../How-To-Guides/Using-Buffer-Backends` for more details.
249
249
250
-
Use YAML tags in parameter files
251
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
250
+
Annotate types in YAML Parameter Files
251
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
252
252
253
253
Tired of ``rcl`` interpreting ambiguous YAML parameter values as the wrong type?
254
-
Prevent that by specifying the type using YAML tags.
254
+
In ROS Lyrical, use YAML tags to specify the correct type.
255
255
256
256
.. code-block:: yaml
257
257
@@ -266,10 +266,12 @@ Prevent that by specifying the type using YAML tags.
266
266
267
267
See `ros2/rcl#1275 <https://github.com/ros2/rcl/pull/1275>`_ for more info.
268
268
269
-
More logging options in launch files
270
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269
+
Per-message log severity in launch files
270
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271
+
272
+
ROS Lyrical now supports per-message log severity levels in launch files.
273
+
This makes it easier to find important messages or ignore unimportant ones in log files when debugging!
271
274
272
-
Have different kinds of messages in your log files that you want to log with different severity?
273
275
Specify the log level using the new ``level`` argument on the ``log`` action.
274
276
Alternatively, use the new ``log_debug``, ``log_info``, ``log_warning``, or ``log_error`` actions.
275
277
@@ -420,8 +422,8 @@ Playback example:
420
422
421
423
See `ros2/rosbag2#2047 <https://github.com/ros2/rosbag2/pull/2047>`_, `ros2/rosbag2#2062 <https://github.com/ros2/rosbag2/pull/2062>`_, `ros2/rosbag2#2061 <https://github.com/ros2/rosbag2/pull/2061>`_, and `ros2/rosbag2#2095 <https://github.com/ros2/rosbag2/pull/2095>`_ for more details.
422
424
423
-
Circular recording by bag split
424
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
425
+
Circular bag recording with limit on number of bags
Say you've built a robust system for recording data on your robot, but there is a problem.
458
460
How do you *know* there's a problem?
@@ -494,10 +496,7 @@ Are you using simulated time?
494
496
How do you know if all of your nodes are using simulated time?
495
497
Use ``ros2 param get <param name>`` to get a parameter value from all nodes.
496
498
497
-
.. code-block:: shell
498
-
499
-
ros2 param get use_sim_time
500
-
499
+
.. image:: images/ros2_param_get_use_sim_time.gif
501
500
502
501
See `ros2/ros2cli#1174 <https://github.com/ros2/ros2cli/pull/1174>`_ for more info.
503
502
@@ -529,8 +528,8 @@ Use ``ros2 param set <node name> <param1> <value1> <param2> <value2> ...`` to se
529
528
530
529
See `ros2/ros2cli#1203 <https://github.com/ros2/ros2cli/pull/1203>`_ and `ros2/ros2cli#1204 <https://github.com/ros2/ros2cli/pull/1204>`_ for more details.
531
530
532
-
Actions, Services, and Environment variables in ``ros2 doctor --report``
0 commit comments