-
Notifications
You must be signed in to change notification settings - Fork 255
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
Check & create database dirs before writing bags #1133
Conversation
Signed-off-by: homalozoa <nx.tardis@gmail.com>
Signed-off-by: homalozoa <nx.tardis@gmail.com>
1. Port dir creation to sequential_compression_writer 2. Remove dir before test db creation Signed-off-by: homalozoa <nx.tardis@gmail.com>
* Database directories' creation will happend while writer open database file. So there is no need to create db in record.py Signed-off-by: homalozoa <nx.tardis@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@homalozoa LGTM with green CI.
Thanks for the backport.
Gist: https://gist.githubusercontent.com/MichaelOrlov/c54ef5b9ccbff8d711733b4a03ed5f8f/raw/2fb56f6b8be756c6de4c1b6b5cf632f5defeb1c5/ros2.repos |
The CI check broke during setting up the virtual environment. Could you trigger it again? @MichaelOrlov Thank you! |
Ref: #450
This feature is necessary for using writer to create bags in foxy distribution.
Signed-off-by: homalozoa nx.tardis@gmail.com