Publisher to call service
Hi, i am using the rosbridge connet with Unity, is it possible to call a serice with a publisher, which i write in Untiy?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi, i am using the rosbridge connet with Unity, is it possible to call a serice with a publisher, which i write in Untiy?
Asked: 2019-10-29 04:45:13 -0500
Seen: 74 times
Last updated: Oct 29 '19
You may already be aware, but Publishers don't normally interact with service servers, so the direct answer to your question would be "no".
Perhaps you could clarify whether you're looking to invoke a service from Unity over rosbridge?
@gvdhoorn yes, that is exactly what i want, invoke a service from Unity over rosbridge, do you have any idea?