Search found 4 matches

by Gregwar
22 Jan 2015, 18:49
Forum: Feature requests
Topic: URDF Import: handle multiple <visual> tags
Replies: 6
Views: 8121

Re: URDF Import: handle multiple <visual> tags

My changes are currently bugging with collisions, I am fixing that
by Gregwar
22 Jan 2015, 17:40
Forum: Feature requests
Topic: URDF Import: handle multiple <visual> tags
Replies: 6
Views: 8121

Re: URDF Import: handle multiple <visual> tags

I've changed the code to handle that. I've changed link.h, link.cpp & robot.cpp. The strategy is to store the visual elements in a vector and merge it using simGroupShapes if there is multiple tags. You can have a look at the code+example here: http://gregwar.com/multiple-visuals.tgz I don't kno...
by Gregwar
21 Jan 2015, 21:53
Forum: Feature requests
Topic: URDF Import: handle multiple <visual> tags
Replies: 6
Views: 8121

Re: URDF Import: handle multiple <visual> tags

Ok

Will my workaround works with dynamics?
by Gregwar
21 Jan 2015, 15:55
Forum: Feature requests
Topic: URDF Import: handle multiple <visual> tags
Replies: 6
Views: 8121

URDF Import: handle multiple <visual> tags

Hello, I am currently trying to export URDF from a custom software to V-REP, and I would like to be able to export links with multiple colored meshes. However, as specified here: http://wiki.ros.org/urdf/XML/link , a <link> could ba able to contains multiple <visual> tags, that should be handy for t...