-
Hi, when eth cable is connected to icub, the yarp server is normal as belowed,
but when eth cable is disconnected, because i want to run the icubsim, yarp server failed
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @jimingda, the reason is because the eth interface is down and you cannot open the yarpserver on
You can create a namespace for using the simulator w/
and then run You can switch back to the other namespace w/
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. |
Beta Was this translation helpful? Give feedback.
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:You can create a namespace for using the simulator w/
and then run
yarpserver --write
.You can switch back to the other namespace w/
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