-
Notifications
You must be signed in to change notification settings - Fork 262
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] Add SequentialCompressionWriter #260
Conversation
Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
1e2eaec
to
fa99bec
Compare
01aebd6
to
b8ee61c
Compare
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
b8ee61c
to
506dc78
Compare
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 👍
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.
I guess it's the same comment I made for the reader implementation of this, but there's quite some code duplication around which I believe should be addressed by inheritance.
Otherwise, I guess that looks good so far if all tests pass.
rosbag2_compression/include/rosbag2_compression/sequential_compression_writer.hpp
Show resolved
Hide resolved
rosbag2_compression/include/rosbag2_compression/sequential_compression_writer.hpp
Show resolved
Hide resolved
rosbag2_compression/src/rosbag2_compression/sequential_compression_writer.cpp
Show resolved
Hide resolved
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
7a6d65e
to
16ad8cb
Compare
@ros2/aws-oncall - please run this CI job |
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
Add a SequentialCompressionWriter that uses ZStandard compression to write bagfiles.
Depends on PR: #258