-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot make connection to 'xmlrpc://ros' #11
Comments
Those error messages are all about not being able to load the carrier that supports xmlrpc (used to talk to some bits of ROS). Optional carriers don't get linked to the yarp library these days, but are loaded on need, which means that yarp may need extra help finding the libraries (e.g. by setting |
Thank you! :) |
@Farinha91 can you leave this issue open until the problem is fixed? Might be a few days. Thanks! |
Uhm.. I think that this does not happen anymore. What do you think @drdanz? |
Hi all,
I recently made a service between ROS and YARP with a custom message and it works well =) but when it closes (say, for example, that my server shuts down after replying to one message) it exits with the following:
yarp: Removing input from /unnamed to /hand_comm-1@/yarp_hand_comm_server
yarp: Removing output from /ISRhand/remote/left_arm/rpc:o to /ISRhand/left_arm/rpc:i
yarp: Removing output from /ISRhand/remote/left_arm/command:o to /ISRhand/left_arm/command:i
yarp: Removing input from /ISRhand/left_arm/state:o to /ISRhand/remote/left_arm/state:i
yarp: Removing input from /ISRhand/left_arm/stateExt:o to /ISRhand/remote/left_arm/stateExt:i
yarp: Removing output from /hand_comm-1@/yarp_hand_comm_server to /unnamed
yarp: Failed to find library support for carrier xmlrpc
yarp: Could not find carrier "xmlrpc"
Cannot make connection to 'xmlrpc://ros'
yarp: Failed to find library support for carrier xmlrpc
yarp: Could not find carrier "xmlrpc"
Cannot make connection to 'xmlrpc://ros'
yarp: Failed to find library support for carrier xmlrpc
yarp: Could not find carrier "xmlrpc"
Cannot make connection to 'xmlrpc://ros'
Now, my implementation of the service and type promise are made by:
I'm guessing that the moment the connection is stopped the yarp freaks about the servicetype promise. This is more of a whim as it doesn't really affect the program performance but does anyone knows how can this be solved?
Best regards,
André
The text was updated successfully, but these errors were encountered: