Closed Yadunund closed 1 year ago
Didn't realize rqt_bag isn't using rosbag2_py so these changes aren't meaningful.
I can't remember offhand but I think also if you omit the storage id the backend uses the default
(we'll also want to backport this to Iron)
@Mergifyio backport iron
backport iron
This PR replaces references to
sqlite3
withrosbag2_py.get_default_storage_id()
so thatrqt_bag
always defaults to the same storage format asrosbag2
.