You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
wait_for_service
of rclpyDescribe alternatives you've considered
Additional context
I'm using ROS2 Galactic, and I don't understand enough about the compatibility with ROS1.
The text was updated successfully, but these errors were encountered: