Unity-Technologies / ROS-TCP-Endpoint

ROS package used to create an endpoint to accept ROS messages sent from a Unity scene using the ROS TCP Connector scripts
Apache License 2.0
177 stars 118 forks source link

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

Open ynyBonfennil opened 1 year ago

ynyBonfennil commented 1 year ago

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

Describe alternatives you've considered

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