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
When running Gazebo with the gazebo_yarp_clock, if I reset the world (ctrl+R) and, then, I try to run the yarpmotorgui, this latter fails to read the encoders.
The problem does not happen when not using gazebo_yarp_clock.
(metaCub) pasquale@IITICB001LW003:~$ yarpmotorgui --robot ergocubSim
[ERROR] |yarp.os.Property| cannot read from yarpmotorgui.ini
[WARNING] robotDescriptionServer not found, robot parts will be set manually.
[DEBUG] Appending /ergocubSim/head
[DEBUG] Appending /ergocubSim/torso
[DEBUG] Appending /ergocubSim/left_arm
[DEBUG] Appending /ergocubSim/right_arm
[DEBUG] Appending /ergocubSim/left_leg
[DEBUG] Appending /ergocubSim/right_leg
[DEBUG] Checking the existence of: /yarpmotorgui0//ergocubSim/head/rpc:o
[DEBUG] ADDRESS is:
[DEBUG] |yarp.dev.PolyDriver|remote_controlboard| Parameters are (carrier udp) (device remote_controlboard) (local "/yarpmotorgui0//ergocubSim/head") (remote "/ergocubSim/head")
[INFO] |yarp.os.Port|/yarpmotorgui0//ergocubSim/head/rpc:o| Port /yarpmotorgui0//ergocubSim/head/rpc:o active at tcp://10.240.78.138:10052/
[INFO] |yarp.os.Port|/yarpmotorgui0//ergocubSim/head/command:o| Port /yarpmotorgui0//ergocubSim/head/command:o active at tcp://10.240.78.138:10053/
[INFO] |yarp.os.Port|/yarpmotorgui0//ergocubSim/head/stateExt:i| Port /yarpmotorgui0//ergocubSim/head/stateExt:i active at tcp://10.240.78.138:10054/
[INFO] |yarp.os.impl.PortCoreOutputUnit|/yarpmotorgui0//ergocubSim/head/rpc:o| Sending output from /yarpmotorgui0//ergocubSim/head/rpc:o to /ergocubSim/head/rpc:i using tcp
[INFO] |yarp.os.impl.PortCoreOutputUnit|/yarpmotorgui0//ergocubSim/head/command:o| Sending output from /yarpmotorgui0//ergocubSim/head/command:o to /ergocubSim/head/command:i using udp
[INFO] |yarp.os.impl.PortCoreInputUnit|/yarpmotorgui0//ergocubSim/head/stateExt:i| Receiving input from /ergocubSim/head/stateExt:o to /yarpmotorgui0//ergocubSim/head/stateExt:i using udp
[INFO] |yarp.dev.PolyDriver|remote_controlboard| Created device <remote_controlboard>. See C++ class RemoteControlBoard for documentation.
[DEBUG] Setting a valid finder
[INFO] |yarp.os.Port|/yarpmotorgui/head/sequence:o| Port /yarpmotorgui/head/sequence:o active at tcp://10.240.78.138:10055/
[DEBUG] Initializing interfaces...
[DEBUG] Opening interfaces...
[ERROR] head iencs->getEncoders() failed, retrying...
[ERROR] head iencs->getEncoders() failed, retrying...
[ERROR] head iencs->getEncoders() failed, retrying...
The text was updated successfully, but these errors were encountered:
When running Gazebo with the
gazebo_yarp_clock
, if I reset the world (ctrl+R
) and, then, I try to run theyarpmotorgui
, this latter fails to read the encoders.The problem does not happen when not using
gazebo_yarp_clock
.How to recreate the error:
conda list -n metaCub
Terminal 1:
Terminal 2:
Insert the
ergoCubGazeboV1_1
model, thenctrl+R
.Terminal 3:
The text was updated successfully, but these errors were encountered: