-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ergoCubSN000] Different ft sensor names between URDF file and yarprobotinterface configuration files #165
[ergoCubSN000] Different ft sensor names between URDF file and yarprobotinterface configuration files #165
Comments
Looking more at this, it seems that it should be ok:
Clearly the naming of |
I think that the error @isorrentino is having is due to the fact that on the real robot we have different sensor names. I am afraid that until #156 is not fixed the real robot and the simulated one need 2 different wbd configuration files. |
I'm not on the robot, but at this point I think the problem is the one specified by @Nicogene. The names do not match and WBD fails. |
I think there are two different problems here. One are YARP devices names, and another are FT sensors names. For both consistency between simulated and real robot is important, but the latter is more important as it involves names specified in URDF that are harder to change. |
@isorrentino @Nicogene based on your comments I modified the issue name. |
In this sense for iCub* i set the |
That would not solve the problem. The problem here are the sensor names (i.e. the |
Probably we need to agree on what the sensor name for the FT sensor should before proceeding with robotology/robots-configuration#561 . |
See robotology/icub-models-generator#240 (comment) , in particular the comment:
Looking at the situaton now, it seems that #158 basically went ahead with O1 for ergocub-software, so as there was no other input, I suggest to proceed with O1 to fix the situation on ergocub and permit people to use the robot. See also robotology/icub-models-generator#242 . |
I agree! |
@traversaro it has been fixed by am I right? |
I think so, @isorrentino do you confirm? |
Yes, I confirm. Feel free to close the issue. |
Task description
With the latest release of
ergocub-software
the robot does not start because of an error fromwhole-body-dynamics
about the ft sensors (sorry I do not have the message of the error to attach here).Checking the URDF file of
ergoCubSN000
, I discovered that two duplicated fixed joints are associated with each ft.See
ergocub-software/urdf/ergoCub/robots/ergoCubSN000/model.urdf
Lines 906 to 940 in d82ce6a
cc @traversaro @Nicogene @SimoneMic
Definition of Done
The text was updated successfully, but these errors were encountered: