You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Using command
yarp clean --timeout 1.0
on a machine different from the one on whichyarp server --ros
is running, I get port /ros removed.this forces me to restart yarp server.
There are two issues here:
localhost
is wrong (*)! A valid ip address should be used instead./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
The text was updated successfully, but these errors were encountered: