yarpmotorgui failed to run #2499
-
Hi all, I am new to yarp and iCub simulator. I have successfully installed yarp and ran yarpserver as well as basic functions like yarp read/ write. While, when I want to launch yarpmotorgui, the errors happened as: Error while opening device for part /icub/head. and same for all parts. the message stack ends with: **announce "/yarpmotorgui/head/sequence:o" unregister "/yarpmotorgui/head/sequence:o"** Could you please give me advice on what may cause this? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Hello. It looks like you are trying to connect to the real robot (
For completeness, this is the output of
|
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your reply! However, unfortunately, the error still happened. Would that be problems during my installation even though I successfully ran yarpserver? |
Beta Was this translation helpful? Give feedback.
-
Is a simulator of iCub running? If not, I think that that outcome is expected. Furthermore, how did you installed YARP? On which operating system? |
Beta Was this translation helpful? Give feedback.
-
I think not as I just start the yarpserver before I wanted to run yarpmotorgui; I installed yarp on windows from sources according to the procedure on http://yarp.it/git-master/install_yarp_windows.html. |
Beta Was this translation helpful? Give feedback.
-
I thought yarp as an iCub simulator platform tool. Do I need to install iCub separately? |
Beta Was this translation helpful? Give feedback.
-
Yes, There are two iCub simulations tools, |
Beta Was this translation helpful? Give feedback.
-
Alright, thank you so much for the help! |
Beta Was this translation helpful? Give feedback.
-
I will close the issue, feel free to open other one if you have any specific problem, thanks! |
Beta Was this translation helpful? Give feedback.
Yes,
yarpmotorgui
is just a GUI to control the setpoints of joint-level control loops for either real or simulated robots, but just by launching yarpmotorgui you don't automatically spawn an iCub simulator.There are two iCub simulations tools,
iCub_SIM
and the Gazebo-based iCub simulation. Both require piece of software that is not part of YARP. I suggest to read the documentation on how to install iCub software in https://icub-tech-iit.github.io/documentation/sw_installation/ .