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?
Hi, i am using the rosbridge connet with Unity, is it possible to call a serice with a publisher, which i write in Untiy?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-10-29 04:45:13 -0600
Seen: 9 times
Last updated: Oct 29
Cannot control gazebo model and getting error "Action client not connected"
Problem with single voxel octomap publisher [closed]
Failed to load plugin libgazebo_ros_openni_kinect.so while using Kinect with Gazebo and ROS
How to get ROS and Anaconda to play well together?
Could not parse visual element for Link
rosbridge unable to load the manifest for the package
Moveit control gripper instead of panda_link8 EFF
QtCreator + ROS error: expected ‘:’ before ‘slots’
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?