Hello, I know how to create service server, service client and call them in terminal through roslaunch or rosrun. BUT !!
How to call service who is already created by robot manufacturers in python code ?
Hello, I know how to create service server, service client and call them in terminal through roslaunch or rosrun. BUT !!
How to call service who is already created by robot manufacturers in python code ?
You could find out from the manufacturer how to call this service. Or you might simply need to check the services running and find the service name and parameters.
I don’t know whether this is ros 1 or 2, but the following information must be present:
Then you can create a Python service client with the information above.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.