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

[ROS2] Inconsistent parameter names for compressed transport #109

Open
bjsowa opened this issue Sep 19, 2022 · 0 comments
Open

[ROS2] Inconsistent parameter names for compressed transport #109

bjsowa opened this issue Sep 19, 2022 · 0 comments

Comments

@bjsowa
Copy link

bjsowa commented Sep 19, 2022

The compressed transport plugin declares different parameters depending on the namespace of the node.
When the node does not have a namespace specified (i.e. it operates under the root namespaces) the parameters will look like this:

camera.image_raw.format
camera.image_raw.jpeg_quality                                                                         
camera.image_raw.png_level

When the node is put under a namespace, the plugin will add a dot character to the parameter names:

.camera.image_raw.format
.camera.image_raw.jpeg_quality                                                                         
.camera.image_raw.png_level

I could publish a fix for that but I need to know which way is the intended one.

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

No branches or pull requests

1 participant