iCubOsaka01 robotInterface error messages #51
-
We updated our robot (software/firmware) and now by running robotInterface, a multitude of error messages show up. I know things changed on the icub device side the last months, so: Is it from old config files? Is it because I compiled an extra device or one less? Or is it, more likely, me forgetting something obvious? :D (By the way, the documentation regarding compilation on the PC104 is outdated, regarding the devices, http://wiki.icub.org/wiki/Compilation_on_the_pc104) Here is the log: https://gist.github.com/kt10aan/84cc6e28772eacc6eadb |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
Silly question .. but is a |
Beta Was this translation helpful? Give feedback.
-
Yes, obviously there is a yarp server running. Funny thing is that it's the first time all these years that I have seen these specific error messages :) On Sep 25, 2015, at 11:05 PM, Tobias Fischer <notifications@git.luolix.topmailto:notifications@github.com> wrote: Silly question .. but is a yarpserver running somewhere, and is pc104 setup correctly to talk to that yarpserver? :) — |
Beta Was this translation helpful? Give feedback.
-
But I do hope of course that it is something so simple as a yarp server issue! :) |
Beta Was this translation helpful? Give feedback.
-
Would have been too easy ;). Sorry, I have no other idea on the spot. |
Beta Was this translation helpful? Give feedback.
-
@Tobias-Fischer, sometimes life is good and things are too easy! Somehow there was a lingering yarp server process and a reboot of the icubsrv fixed the issue. Now, if all the problems were like that :) |
Beta Was this translation helpful? Give feedback.
-
By the way, for the warning message:
it is better to update the config file following the message instructions, which means |
Beta Was this translation helpful? Give feedback.
-
@barbalberto, thanks! I will update the config files. |
Beta Was this translation helpful? Give feedback.
By the way, for the warning message:
it is better to update the config file following the message instructions, which means
the 'name' parameter in the analogserver config file should contains the full name of the yarp port and 'period' parameter need…