-
Notifications
You must be signed in to change notification settings - Fork 120
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
Declare parameters in topic namespace #58
Conversation
This works fine for me now, except when I went to confirm that the params were properly namespaced, I got the following error:
I'm regularly working off of master, and things are changing fast right now, so I don't even know if it's 1). My system is borked 2). Unrelated bug in ros2 3). Something to do with this PR I'm still investigating |
I'm not sure this this the correct workaround. With the patch applied, I get parameters such as:
These parameters aren't configurable via the
|
Part of this is probably due to me passing
I believe that the correct approach would be to convert the topic |
@lukaszmitka friendly ping |
please, merge this finally. |
This PR fixes this issue: Failed to load plugin image_transport/compressed_pub #1530 |
Can this please be merged and released? I'm getting the same error message for a new code base I'm developing, so this does not just affect the realsense driver. |
Hello! This is a friendly ping to the amazing maintainers of Foxy! It would be great to merge and release this, as it can easily affect a lot of users! Cheers and thanks for all the hard work |
Would love to see this merged too. Is package still maintained ? |
Fix for #57, declare parameters for each topic under topic namespace.