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 -0600
Seen: 94 times
Last updated: Oct 29 '19
Best toolchain for recording kinect data and converting to pointcloud offline?
how to bind a callback to include a MessageEvent [closed]
Proper source of xncore for compiling svn opencv with openni support?
ROS support for industrial robotic arms?
When should I use topics vs services vs actionlib actions (vs dynamic_reconfigure)?
Significance of ros::spinOnce()
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?