Skip to content

Commit d044c4d

Browse files
Fix formatting for Rosbag2 entries in Kilted release notes (#5363)
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent 1d98ea7 commit d044c4d

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

source/Releases/Release-Kilted-Kaiju.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,20 @@ Allow to record and play actions from a rosbag.
9898
See https://github.com/ros2/rosbag2/pull/1955 for more information.
9999
Design document https://github.com/ros2/rosbag2/pull/1928.
100100

101-
Progress bar for "ros2 bag play"
102-
""""""""""""""""""""""""""""""""
101+
Progress bar for ``ros2 bag play``
102+
""""""""""""""""""""""""""""""""""
103103

104104
Added a progress bar for ``ros2 bag play`` CLI, showing the bag time and duration, similar to
105105
what is seen in ROS 1.
106106

107107
See https://github.com/ros2/rosbag2/pull/1836 for more details.
108108

109-
Added support for replaying multiple bags with "ros2 bag play" CLI
110-
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
109+
Added support for replaying multiple bags with ``ros2 bag play`` CLI
110+
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
111111

112-
To replay multiple bags, use the new -i, --input CLI option.
112+
To replay multiple bags, use the new ``-i, --input`` CLI option:
113+
114+
.. code-block:: console
113115
114116
$ ros2 bag play -i bag1 -i bag2 -i bag3 [storage_id]
115117
@@ -128,24 +130,22 @@ Make snapshot writing into a new file each time it is triggered
128130

129131
See https://github.com/ros2/rosbag2/pull/1842 for more details.
130132

131-
New "--sort" CLI option in the "ros2 bag info" command
132-
""""""""""""""""""""""""""""""""""""""""""""""""""""""
133+
New ``--sort`` CLI option in the ``ros2 bag info`` command
134+
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
133135

134-
With new ``--sort`` CLI option user will be able to sort topics, services and actions by name,
135-
topic type or number of recorded messages.
136+
With new ``--sort`` CLI option user will be able to sort topics, services and actions by name, topic type or number of recorded messages.
136137

137138
See https://github.com/ros2/rosbag2/pull/1804 for more details.
138139

139-
Show size contribution of each topic with "ros2 bag info"
140-
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
140+
Show size contribution of each topic with ``ros2 bag info``
141+
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
141142

142-
With new ``--size-contribution`` option together with ``ros2 bag info -v`` user will be able to see
143-
the size contribution of each topic in the bag file.
143+
With new ``--size-contribution`` option together with ``ros2 bag info -v`` user will be able to see the size contribution of each topic in the bag file.
144144

145145
See https://github.com/ros2/rosbag2/pull/1726 for more information.
146146

147-
Added "--log-level" option to "ros2 bag play" and "ros2 bag record" to allow printing debug messages
148-
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
147+
Added ``--log-level`` option to ``ros2 bag play`` and ``ros2 bag record`` to allow printing debug messages
148+
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
149149

150150
See https://github.com/ros2/rosbag2/pull/1625 for more details.
151151

0 commit comments

Comments
 (0)