update for using multiple visual for collada_urdf#20
update for using multiple visual for collada_urdf#20isucan merged 1 commit intoros:groovy-develfrom YoheiKakiuchi:groovy-devel
Conversation
There was a problem hiding this comment.
I have left some error messages. They were not needed. Please remove lines start with std::cerr .
|
This is great, thank you. Do you just take the "default" group and ignore the rest? Can we do the same for the collision tags? |
Yes. I don't know exact usage visual(collision) group. It seems to have detailed visual(collision) and simple one, and will change depend on situation. I have no idea to do that in collada format.
Yes. Now exported collada file has just visual description (same as collision), so we should choose visual tag or collision tag for exporting. |
|
Is it not possible to export both collision and visual in collada? (I am not too familiar with the collada format either). How does one choose visual / collision tags now? |
|
Now in urdf_to_collada, if visual tag exists, visual tag is used as geometry(collision/visual) in collada, and ignore collision tag. Collision geometries extension is described at http://openrave.org/docs/latest_stable/collada_robot_extensions/ |
update for using multiple visual for collada_urdf
I added code for using multiple visual for converting urdf to collada.
If urdf link has just one visual, there is no difference with former result.
urdf link has more than two visual, first visual would be added with former manner.
Next visuals would be added as transformed geometry.