Skip to content
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

/ros port removed by yarp clean #10

Open
randaz81 opened this issue Mar 21, 2017 · 1 comment
Open

/ros port removed by yarp clean #10

randaz81 opened this issue Mar 21, 2017 · 1 comment
Assignees

Comments

@randaz81
Copy link
Member

randaz81 commented Mar 21, 2017

Using command yarp clean --timeout 1.0 on a machine different from the one on which yarp server --ros is running, I get port /ros removed.

Testing /ros at xmlrpc://localhost:11311/
* No response, removing port /ros

this forces me to restart yarp server.

There are two issues here:

  • localhost is wrong (*)! A valid ip address should be used instead.
  • port /ros should be ignored. (**)

(*) Is obtained by yarp 'cause: ROS_MASTER_URI=http://localhost:11311
(**) This behavior is already implemented by the main yarp server port as shown by the message:
Ignoring /root

@drdanz
Copy link
Member

drdanz commented May 10, 2017

Probably the issue is that localhost is stored on the yarp server without converting it to the public ip.

@randaz81 randaz81 transferred this issue from robotology/yarp Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants