Get Service type from C++
In this code there is a function to get the type of a Service "get_service_type()": http://ros-win32.servicerobotics.eu/t... How can I do that from C++?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
In this code there is a function to get the type of a Service "get_service_type()": http://ros-win32.servicerobotics.eu/t... How can I do that from C++?
I believe the functionality you're looking for is already implemented as a service in the rosapi package and it can be accessed natively from roslibjs via the getServices method.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-04-13 07:49:11 -0600
Seen: 343 times
Last updated: Apr 13 '14
"undefined reference" on including *.h *.cpp file to node package
Calling ROS service from C++ code
create point cloud2 from depth image
Migrating from ros indigo to ros kinetic, CMake can't finish the run.
How to add TF on a object whose coordinate is already detected by PCL
What are you trying to achieve with this? Are you just trying to get the name of the service type, or will you try to call it after you've retrieved the type?
I want to create a Parameter with the information of each Service. Name, Type, Request and Response. To be able to call a service from another computer with rosbridge without having to look at the service from Ros