We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get rid of the legacy code contained in https://github.com/robotology/icub-model-generator/tree/master/dh, a possibility is to generate all hte possible combination of the models that can be obtained via icub_urdf_sdf_from_dh_generator command (see https://github.com/robotology/icub-model-generator/blob/master/dh/generator/icub_urdf_sdf_from_dh_generator.cpp), in particular for the binary options:
icub_urdf_sdf_from_dh_generator
So we should obtain 16 URDF models with this naming:
icub-legacy-urdf-headV1-armsV1-legsV1-feetV1.urdf
Once we have that, the CMake macro generate_icub_dh should simply copy the appropriate model and install it.
generate_icub_dh
The text was updated successfully, but these errors were encountered:
This will be solved by #171 and a following cleanup PR. See also the related issue #96 .
Sorry, something went wrong.
traversaro
Successfully merging a pull request may close this issue.
To get rid of the legacy code contained in https://github.com/robotology/icub-model-generator/tree/master/dh, a possibility is to generate all hte possible combination of the models that can be obtained via
icub_urdf_sdf_from_dh_generator
command (see https://github.com/robotology/icub-model-generator/blob/master/dh/generator/icub_urdf_sdf_from_dh_generator.cpp), in particular for the binary options:So we should obtain 16 URDF models with this naming:
icub-legacy-urdf-headV1-armsV1-legsV1-feetV1.urdf
Once we have that, the CMake macro
generate_icub_dh
should simply copy the appropriate model and install it.The text was updated successfully, but these errors were encountered: