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

Load compression and serialization choices via plugin query #827

Merged

Conversation

camm73
Copy link
Contributor

@camm73 camm73 commented Jul 29, 2021

Resolves #769

Query installed plugins to dynamically set compression and serialization format choices in the ros2 bag record -h help menu.

Also added "compression" and "decompression" choices to ros2 bag list for listing available compression and decompression plugins.

@camm73 camm73 requested a review from a team as a code owner July 29, 2021 22:09
@camm73 camm73 requested review from mjeronimo and prajakta-gokhale and removed request for a team July 29, 2021 22:09
@camm73 camm73 force-pushed the cameron/compression-serialization-query branch from 19258ef to b0f6b76 Compare July 29, 2021 22:13
@emersonknapp emersonknapp changed the title Resolves #769: Load compression and serialization choices via plugin query Load compression and serialization choices via plugin query Jul 29, 2021
Copy link
Collaborator

@emersonknapp emersonknapp left a comment

Choose a reason for hiding this comment

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

LGTM - we will continue discussing a simplifying refactor for followup

@emersonknapp
Copy link
Collaborator

Note linter errors: I will run the ci.ros2.org job once the Github workflows are green

@camm73 camm73 force-pushed the cameron/compression-serialization-query branch from 6c5bc11 to 437d1e6 Compare July 30, 2021 00:03
@emersonknapp
Copy link
Collaborator

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

@emersonknapp emersonknapp merged commit 10064b1 into ros2:master Aug 2, 2021
camm73 added a commit to camm73/rosbag2 that referenced this pull request Aug 6, 2021
* For the `ros2 bag record` CLI - don't hardcode available choices, instead query for what is installed

Signed-off-by: Cameron Miller <[email protected]>
WJaworskiRobotec pushed a commit to RobotecAI/rosbag2 that referenced this pull request Sep 12, 2021
* For the `ros2 bag record` CLI - don't hardcode available choices, instead query for what is installed

Signed-off-by: Cameron Miller <[email protected]>
Signed-off-by: Wojciech Jaworski <[email protected]>
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.

ros2 bag - present Compression and Converter choices by querying system for available plugins
2 participants