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

Method to know if a service server on ROS side is up and ready #158

Open
ynyBonfennil opened this issue Oct 28, 2022 · 0 comments
Open

Method to know if a service server on ROS side is up and ready #158

ynyBonfennil opened this issue Oct 28, 2022 · 0 comments

Comments

@ynyBonfennil
Copy link

ynyBonfennil commented Oct 28, 2022

Is your feature request related to a problem? Please describe.
There doesn't seem to be a method in ROS TCP Endpoint / Connector to check if a service server on ROS side is ready to use so I can send a request from unity side properly.

Describe the solution you'd like

  • Add a method equivalent to wait_for_service of rclpy
  • Or add a method to know if a service server on ROS side is ready or not from Unity side
  • Or add a method to list service servers on ROS side

Describe alternatives you've considered

  • Send requests to service server without knowing if it's ready or not.
  • Create a new publisher on ROS side to notify unity side that a service server is up and ready.

Additional context
I'm using ROS2 Galactic, and I don't understand enough about the compatibility with ROS1.

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