ros-visualization / rqt_bag

http://wiki.ros.org/rqt_bag
29 stars 53 forks source link

Refactor the Rosbag2 class #91

Closed mjeronimo closed 3 years ago

mjeronimo commented 3 years ago

In preparation to switch to rclpy's SequentialWriter, clean up the Rosbag2 class.

The next step is to use the SequentialWriter, but in order to do that, we'll need that class to support the kinds of queries we're doing in this module:

One possibility for this is to extend rosbag2's StorageFilter class to allow for this kind of filtering.

Signed-off-by: Michael Jeronimo michael.jeronimo@openrobotics.org