Skip to content

yarpserver failed when disconnect the eth cable to icub #636

Answered by Nicogene
jimingda asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jimingda, the reason is because the eth interface is down and you cannot open the yarpserver on 10.0.0.1:10000, you can see it from the log:

  Current settings: host 10.0.0.1 port 10000 family yarp
  Desired settings:  host 172.17.0.1 port 10000 family yarp

You can create a namespace for using the simulator w/

yarp namespace /icubSim

and then run yarpserver --write.

You can switch back to the other namespace w/

yarp namespace /icub

Or even better you can leave the ethernet plugged in and use the simulator and you don't need to do anything I posted before.
It opens different ports respect the real robot then you should not have problem using them togheter

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants