-
Notifications
You must be signed in to change notification settings - Fork 260
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
[compression] Close storage before compression #284
Conversation
rosbag2_compression/src/rosbag2_compression/sequential_compression_writer.cpp
Outdated
Show resolved
Hide resolved
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.
Let's make sure this is the right logical approach as we discussed offline.
Investigating a better approach to closing the bag file since this may result in an extra bag file generated if there are no more new messages. |
25cbdc5
to
d56476f
Compare
Signed-off-by: Anas Abou Allaban <[email protected]> Signed-off-by: Zachary Michaels <[email protected]>
d56476f
to
3d57d71
Compare
3d57d71
to
b546ee2
Compare
I've verified in #263 that this approach does fix a bug visible in Windows.
|
Signed-off-by: Zachary Michaels <[email protected]>
b546ee2
to
d834a85
Compare
@ros2/aws-oncall - please run this CI job |
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.
LGTM
Changes
Note
Signed-off-by: Anas Abou Allaban [email protected]