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
As per the title, the ports that the system open are as follows
registration name /iCub/left_hand/analog:o ip 172.17.0.1 port 10003 type tcp
registration name /iCub/left_hand/analog:o/rpc:i ip 172.17.0.1 port 10002 type tcp
registration name /iCub/right_hand/analog:o ip 172.17.0.1 port 10005 type tcp
registration name /iCub/right_hand/analog:o/rpc:i ip 172.17.0.1 port 10004 type tcp
while they should begin with icubSim.
The problem seems to be that the following include:
As per the title, the ports that the system open are as follows
while they should begin with
icubSim
.The problem seems to be that the following include:
icub-models/iCub_manual/conf_manual/iCubGazeboV2_5_visuomanip/gazebo_icub_right_hand_mais.ini
Line 1 in 2eb7ff8
is failing as the
iCub_manual/conf_manual/iCubGazeboV2_5_visuomanip
folder does not contain thegazebo_icub_robotname.ini
.Can I open a PR to add that file?
Or, given that file is basically unused as, for the rest, we provide the portprefix via the
yarprobotinterface
plugin, e.g.:icub-models/iCub_manual/conf_manual/iCubGazeboV2_5_visuomanip/icub.xml
Line 4 in 2eb7ff8
should I open a PR to hardcode
icubSim
within the*_mais.ini
files?Thank you
cc @traversaro
The text was updated successfully, but these errors were encountered: