-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning when using rosbag2 mcap on humble: No storage plugin found with id 'mcap' #1195
Comments
I'm not 100% certain - everything is working OK, it just prints this unexpected warning? Or, it is not working properly? |
|
rosbag2/rosbag2_storage/src/rosbag2_storage/impl/storage_factory_impl.hpp Lines 183 to 201 in 05d2e43
I guess when opening a read only interface, read-only plugins are explored first, so no storage plugin warnings are always coming up because sqlite3 or mcap is a read write plugin. |
Ahh, - if you are just worry about those warning and everything else works as expected. Then yes we have fixed those warning on rolling in the scope of the
|
I thing we should just do this - the messaging was always misleading. |
Fixed in #1219 |
Description
When I open a rosbag2 recorded with
mcap
in a Python client, I get the warning below:[rosbag2_storage]: No storage plugin found with id 'mcap'
Other than the warning, it appears to work fine and I see no other errors.
Expected Behavior
Do not expect to see no
[rosbag2_storage]: No storage plugin found with id 'mcap'
warning.Actual Behavior
[WARN] [1670089642.967771980] [rosbag2_storage]: No storage plugin found with id 'mcap'
To Reproduce
** Steps to reproduce the behavior, e.g.
System (please complete the following information)
Additional context
** Add any other context about the problem here **
The text was updated successfully, but these errors were encountered: