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

[roseus] add ros::wait-for-dynamic-reconfigure-server #730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

knorth55
Copy link
Member

this PR adds wait function for dynamic_reconfigure server.
this function is a wrapper for wait-for-service.

@k-okada
Copy link
Member

k-okada commented Nov 22, 2022

do we have this function in C++ or Python? Currently our strategy is to follow C++/Python interface, because we do not have good documentation for ROSEUS.

@knorth55
Copy link
Member Author

rospy waits when client instance is called.
https://github.com/ros/dynamic_reconfigure/blob/noetic-devel/src/dynamic_reconfigure/client.py#L301-L310

roscpp does nothing.

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.

None yet

2 participants