-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update models and worlds #114
Update models and worlds #114
Conversation
Also manually added the material property
Related issue: robotology/icub-models#12 . |
We can also think to switch to sdf only if iDynTree will support loading SDF directly (see robotology/idyntree#481). |
iCubGenovaV2_5
model (still unsupported but used for internal testing) with a recent sdformat. The new sdformat library does no longer convert urdf to sdf with theuse_parent_model_frame
tag, making the sdf compatible also with pybullet (I didn't test it yet).iCubGenovaV2_5
model as reported also in Investigate color support in mesh files #31 (comment).iCubGenovaV2_5
model.On the long run it would probably make more sense to keep only SDF files. There are a lot of nice features being released that will simplify the robot description. Though, the upcoming controllers will use iDynTree, that supports only URDF. I'd like to reduce the duplication, and since now Gazebo can parse our URDFs without any problem for the time being let's keep only URDFs.
In the future, as soon as the upstream sdf -> urdf conversion will be finalized, we can think of switching back to sdf.