ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

urdf collada difference

asked 2011-03-06 15:55:23 -0500

sam gravatar image

Hi, What is the major difference of urdf,stl,collada? STL is only composed by mesh, so it only can move the whole object, right? And urdf can define several joints to move. But if I use collada file could I move joints like importing urdf? Or I should import many collada files and control each part separately?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-03-07 17:52:30 -0500

KoenBuys gravatar image

The https://collada.org/mediawiki/index.php/COLLADA_-_Digital_Asset_and_FX_Exchange_Schema">Collada spec. 1.5 allows you to include also the kinematic chains. On the last Beta Program Conference Call I remembered one group (I think JSK) was expanding the Collada-ROS implementation. I currently have no idea of the current status.

edit flag offensive delete link more
1

answered 2011-12-11 10:13:50 -0500

Kei Okada gravatar image

robot_model natively support collada file, you can export collada format from existing urdf(http://www.ros.org/wiki/collada_urdf) and display it in rviz (http://www.ros.org/wiki/collada_urdf/Tutorials/Working%20Directly%20with%20COLLADA). One benefit of using collada is you can add your own information as a part of collada tag.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-03-06 15:55:23 -0500

Seen: 1,343 times

Last updated: Dec 11 '11