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

ros_compressed: Reconfigure compressed topic from request #96

Open
wants to merge 2 commits into
base: ros1
Choose a base branch
from

Conversation

sfalexrog
Copy link

This P/R adds handling of the following request parameters for ros_compressed topics:

  • quality: sets jpeg_quality parameter for compressed topic;
  • level: sets png_level parameter for compressed topic;
  • format: sets the output format (accepted values are jpeg and png).

The code in this P/R is written with the assumption that the /compressed image topic is published by compressed_image_transport and thus has the required reconfigurable parameters.

Note that this adds build-time and run-time dependencies on the dynamic_reconfigure package.

@bjsowa
Copy link
Collaborator

bjsowa commented Oct 2, 2024

Could you rebase your commit or merge changes from ros1 branch so that the workflow triggers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants