ros-visualization / rqt_bag

http://wiki.ros.org/rqt_bag
28 stars 52 forks source link

ros2: allow open individual storage file #128

Open emersonknapp opened 1 year ago

emersonknapp commented 1 year ago

right now, rqt_bag can only open a rosbag2 directory containing a metadata.yaml file. However, rosbag2 now has the ability to open a bare storage file and infer its storage implementation if a plugin is present that can load it. We should enable this use case, which is probably more desirable in many cases anyways.