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

Fix humble parameter config for compressed depth image transport publisher #165

Conversation

jonselling
Copy link

Update the humble version of compressed depth image transport so it is at least use-able. See #89.

Not needed for Iron or Rolling releases since the parameter structure changes and is then fixed.

@jonselling
Copy link
Author

@ijnek tagging for visibility, I'm not sure if there is more I need to do / fix since I haven't really contributed much 😅

@@ -45,7 +45,7 @@
#include <vector>
#include <sstream>

constexpr int kDefaultPngLevel = 9;
constexpr int kDefaultPngLevel = 3;
Copy link
Contributor

Choose a reason for hiding this comment

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

is there any reason to change the default behaviour ? I would like to avoid change this because it might affect other users.

The other change LGTM

Copy link
Author

Choose a reason for hiding this comment

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

The default was changed in future releases so I just matched them, and when I tested it a while back I think I remember 9 compression giving me problems (I think taking too long that it was reducing the frame rate). I would need to run it again to check, but since it's a param we can just change it back

@ahcorde ahcorde merged commit c32a536 into ros-perception:humble May 17, 2024
2 checks passed
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.

2 participants