-
Notifications
You must be signed in to change notification settings - Fork 261
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
CLI query rosbag2_py for available storage implementations #659
Conversation
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Gist: https://gist.githubusercontent.com/emersonknapp/3703551fdccf1ae2ed4375c689a69a77/raw/d73743204ec4eff47d122c11530a940ab9fdec59/ros2.repos |
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
Signed-off-by: Emerson Knapp <[email protected]>
For
ros2 bag record/play
, query the python API for which storage implementations are available.Prefer
sqlite3
as the default, but only if it is found. Otherwise default to the first storage implementation found.I plan to use this same pattern for converters/compressors.