How to choose the right URDF file? #546
-
Hello, Is there any documentation explaining the various Bonus question: is there an available model that includes Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There is some documentation on the available models in https://github.com/robotology/icub-models-generator#generated-models, probably it could make sense to move it to
Are you sure it is a 1.3 ? Based on https://icub-tech-iit.github.io/documentation/icub_versions/ and on the data available in https://robot-bazaar.iit.it/robots/collection/robots/iCubLondon01, where the robot is marked as a Having said that, if indeed your robot has a v2 neck with v1 arms, an appropriate kinematic model for it may be https://github.com/robotology/icub-models-generator/tree/master/dh/data/legacy_models/headV2-armsV1-legsV1-feetV1, we can probably add a line in https://github.com/robotology/icub-models-generator/blob/v1.20.0/dh/CMakeLists.txt to generate it. However, that model does not include eyes and hands, so if you need them you may need to add them manually as they were added in robotology/icub-models#42 .
To be honest, I do not know anything regarding iKart URDF or SDF models. Perhaps @randaz81 may know more about this? |
Beta Was this translation helpful? Give feedback.
There is some documentation on the available models in https://github.com/robotology/icub-models-generator#generated-models, probably it could make sense to move it to
icub-models
, thanks for the observation. However, it is possible that none matches completly the iCubLondon01, so opening a discussion like you did is indeed a good idea, probably we should document this as well.Are you sure it is a 1.3 ? Based on h…