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

set ns as '~' when namespace is '~' #169

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

knorth55
Copy link
Contributor

@knorth55 knorth55 commented Feb 5, 2021

when we pass namespace='~' in dynamic_reconfigure.Server, self.ns is set as ~/.
dynamic_reconfigure.Server makes /set_parameters service with self.ns = ~/, which causes the issue below in rqt_reconfigure.
ros-visualization/rqt_reconfigure#92

self.ns should be ~ when namespace='~' or namespace='', so I made this PR.
I'm not super confident in this PR, so I want to do discussion about this feature.

Signed-off-by: Michael Carroll [email protected]

@knorth55 knorth55 changed the base branch from melodic-devel to noetic-devel February 5, 2021 09:47
@knorth55 knorth55 force-pushed the dyn-server-namespace branch from 0a3b870 to d7e41a3 Compare February 5, 2021 09:48
@knorth55
Copy link
Contributor Author

knorth55 commented Feb 5, 2021

I change this PR target to noetic-devel branch.

@knorth55
Copy link
Contributor Author

knorth55 commented Mar 2, 2021

can anyone please review and merge this PR?

1 similar comment
@knorth55
Copy link
Contributor Author

can anyone please review and merge this PR?

@knorth55
Copy link
Contributor Author

knorth55 commented Oct 3, 2022

kindly ping. can anyone review and merge this PR?

@knorth55
Copy link
Contributor Author

knorth55 commented Oct 4, 2022

@gbiggs can you also check this PR, too?

@gbiggs gbiggs merged commit 2654f22 into ros:noetic-devel Oct 4, 2022
@gbiggs
Copy link
Contributor

gbiggs commented Oct 4, 2022

Thanks for the contribution!

@knorth55 knorth55 deleted the dyn-server-namespace branch October 29, 2022 11:50
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