How to parse rosbags split between multiple DB3 files using ros2bagreader?

5 Ansichten (letzte 30 Tage)
I am trying to use the "ros2bagreader" function to directly parse rosbags where the messages are split between multiple DB3 files and the initial argument is the directory. How can I open each file?

Akzeptierte Antwort

MathWorks Support Team
MathWorks Support Team am 28 Feb. 2023
The ability to directly parse a directory with multiple DB3 files is not available as of release R2022b.
However, to work around this, you can either:
  1. Specify each individual DB3 file separately, using the path to each file. 
  2. Combine the segmented BAG files into one large BAG file.

Weitere Antworten (0)

Kategorien

Mehr zu Bag File Logging and Analysis finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by