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

6 次查看(过去 30 天)
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?

采纳的回答

MathWorks Support Team
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Bag File Logging and Analysis 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by