@@ -87,17 +87,68 @@ Support action generic client, this is used to support actions in rosbag2.
87
87
88
88
See https://github.com/ros2/rclcpp/pull/2759 for more details.
89
89
90
- ``rosbag2 ``
90
+ ``Rosbag2 ``
91
91
^^^^^^^^^^^
92
92
93
- Action introspection rosbag2 support
93
+ Action introspection Rosbag2 support
94
94
""""""""""""""""""""""""""""""""""""
95
95
96
96
Allow to record and play actions from a rosbag.
97
97
98
98
See https://github.com/ros2/rosbag2/pull/1955 for more information.
99
99
Design document https://github.com/ros2/rosbag2/pull/1928.
100
100
101
+ Progress bar for "ros2 bag play"
102
+ """"""""""""""""""""""""""""""""
103
+
104
+ Added a progress bar for ``ros2 bag play `` CLI, showing the bag time and duration, similar to
105
+ what is seen in ROS 1.
106
+
107
+ See https://github.com/ros2/rosbag2/pull/1836 for more details.
108
+
109
+ Added support for replaying multiple bags with "ros2 bag play" CLI
110
+ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
111
+
112
+ To replay multiple bags, use the new -i, --input CLI option.
113
+
114
+ $ ros2 bag play -i bag1 -i bag2 -i bag3 [storage_id]
115
+
116
+ See https://github.com/ros2/rosbag2/pull/1848 for more information.
117
+
118
+ Added support for replaying messages chronologically based on their publication timestamp
119
+ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
120
+
121
+ This is exposed through ``ros2 bag play `` with a new ``--message-order {received,sent} `` option.
122
+ The default behavior is to play messages in the order they were received.
123
+
124
+ See https://github.com/ros2/rosbag2/pull/1876 for more information.
125
+
126
+ Make snapshot writing into a new file each time it is triggered
127
+ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
128
+
129
+ See https://github.com/ros2/rosbag2/pull/1842 for more details.
130
+
131
+ New "--sort" CLI option in the "ros2 bag info" command
132
+ """"""""""""""""""""""""""""""""""""""""""""""""""""""
133
+
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
+
137
+ See https://github.com/ros2/rosbag2/pull/1804 for more details.
138
+
139
+ Show size contribution of each topic with "ros2 bag info"
140
+ """""""""""""""""""""""""""""""""""""""""""""""""""""""""
141
+
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.
144
+
145
+ See https://github.com/ros2/rosbag2/pull/1726 for more information.
146
+
147
+ Added "--log-level" option to "ros2 bag play" and "ros2 bag record" to allow printing debug messages
148
+ """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
149
+
150
+ See https://github.com/ros2/rosbag2/pull/1625 for more details.
151
+
101
152
``rosidl_rust ``
102
153
^^^^^^^^^^^^^^^
103
154
0 commit comments