You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove entire line with storage_options.storage_id = "sqlite3"; initialization.
If storage_options.storage_id is an empty string - SequentialReader will try to auto-detect storage plugin by file extension.
Description
Ongoing discussion with @clalancette here: ros2/cartographer_ros#67
Should rosbag automatically detects the bag format in the open method here ?
rosbag2/rosbag2_cpp/include/rosbag2_cpp/reader.hpp
Lines 64 to 78 in c611a80
And if yes, how ? Doing it based the file extension ?
Related:
The text was updated successfully, but these errors were encountered: