@@ -98,18 +98,20 @@ Allow to record and play actions from a rosbag.
9898See https://github.com/ros2/rosbag2/pull/1955 for more information.
9999Design 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
104104Added a progress bar for ``ros2 bag play `` CLI, showing the bag time and duration, similar to
105105what is seen in ROS 1.
106106
107107See 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
129131See 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
137138See 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
145145See 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
150150See https://github.com/ros2/rosbag2/pull/1625 for more details.
151151
0 commit comments