AIT-Assistive-Autonomous-Systems / ros2bag_tools

Tool extensions for ros2bag cli
122 stars 34 forks source link

Enable filtered and combined exporting #11

Closed Kettenhoax closed 1 year ago

Kettenhoax commented 1 year ago

Uses composite filter together with filtered reader in the export verb, to preprocess any bag data with filters before exporting.

To avoid compute the filters multiple times for multiple topics, the export verb now allows simultaneous exports of multiple topics, similar to the chaining of filters.

devrite commented 1 year ago

LGTM