-
Notifications
You must be signed in to change notification settings - Fork 35
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
Disalignment between iCub 2.* models (such as iCubGazeboV2_5) and real iCub 2.* models regarding analogServer devices publishing information on /icub/<...>/analog:o ports #198
Comments
I am for this option since @randaz81 will remove cc @pattacini |
Agree @Nicogene 👍🏻 Please, open up an issue and put it on our backlog for the next sprint. |
In the end it was decided to do that, see the modifications: |
This misalignment should be now solved am I right? |
I think they expose them:
|
Good catch, I was looking into the |
If I can add on this, the icub-models/iCub_manual/conf_manual/iCubGazeboV2_5_visuomanip/gazebo_icub_left_hand_mais.ini Line 7 in 78b150c
Since MAIS is obtained using the GYP |
I guess, yes, even if probably there is no need to re-write, just to implement some additional methods. |
@xEnVrE you can take this as reference: |
I think we can close this. The last point mentioned here will be tracked in #198 (comment) , but it is not related to the problem described here. |
In robotology/icub-models-generator#231 all the
analogServer
wrappers that were exposing FT sensors measures /icub/<...>/analog:o ports were removed, and this change was released in icub-models 2.0.0 . See https://github.com/robotology/icub-models-generator/blob/fd2d430a399119f2ded5a15f1c8ea4185b9aca6c/simmechanics/data/icub3/conf/icub.xml#L23 .In their place, there are
multipleanalogsensorsserver
drivers that publishes information on a/icub<Sim>/<..>/measures:o
ports, among other ports.However, physical iCub 2.* robots still just have
analogServer
wrappers to expose FT sensors measures, see: https://github.com/robotology/robots-configuration/blob/b01aa43c2f51f477cf5b3c855a7e51ec46700ffb/iCubGenova11/icub_all.xml#L97 .So, at the moment there is no way to write the same code that runs for both simulated and real robot, that has always been the main advantage of our simulators based on
gazebo-yarp-plugins
.Possible fixes are:
analogServer
devices to iCub 2.* simulated robotsanalogServer
devices in real robots withmultipleanalogsensorsserver
devicescc @Nicogene @pattacini @gabrielenava
The text was updated successfully, but these errors were encountered: