Skip to content
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

Merged
merged 4 commits into from
Jan 22, 2020

Conversation

zmichaels11
Copy link
Contributor

@zmichaels11 zmichaels11 commented Jan 17, 2020

Add a SequentialCompressionWriter that uses ZStandard compression to write bagfiles.
Depends on PR: #258

Signed-off-by: Anas Abou Allaban <allabana@amazon.com>
@zmichaels11 zmichaels11 changed the title Add SequentialCompressionWriter [compression] Add SequentialCompressionWriter Jan 21, 2020
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
Copy link
Contributor

@piraka9011 piraka9011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Collaborator

@Karsten1987 Karsten1987 left a 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.

Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
@zmichaels11
Copy link
Contributor Author

@ros2/aws-oncall - please run this CI job
Gist: https://gist.githubusercontent.com/zmichaels11/9efc41e881105216c991c462df6cb861/raw/a93bccdef38118d8dd19d1c41f300a6e1ba7bea6/ros2.repos
BUILD args: --packages-up-to rosbag2_compression
TEST args: --packages-select rosbag2_compression
Job: ci_launcher

@piraka9011
Copy link
Contributor

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
@zmichaels11
Copy link
Contributor Author

Run again with change for Windows:

  • Windows Build Status

@zmichaels11 zmichaels11 merged commit c34601a into ros2:master Jan 22, 2020
@zmichaels11 zmichaels11 deleted the sc-writer branch January 22, 2020 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants