Converting Collada to URDF
Hi all,
I know that there is a handy urdf-to-collada utility, collada_urdf; however, I am looking to go the other way around. Is there an existing utility to do this?
Best,
mjp
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi all,
I know that there is a handy urdf-to-collada utility, collada_urdf; however, I am looking to go the other way around. Is there an existing utility to do this?
Best,
mjp
As far as I know, currently there are no collada->urdf convert software, however robot_model (ROS robot description library) support collada format, thus most of tools can use collada file as well as urdf file. See http://www.ros.org/wiki/collada_urdf/Tutorials/Exporting%20URDF%20to%20COLLADA
There is a Matlab based dynamics package we developed in-house at MIT and we recently made it use URDF by default. The collada file - I don't think I can post it because I had to agree to a license to get access to the WRL file. I could point you to the license page, though, if you are interested...
It looks like this was not only talked about, but actually implemented at some point. I agree it would be a very useful and probably widely used tool.
The ticket was marked as fixed, yet I haven't seen anything on it since.
Is anybody maintaining it?
Asked: 2012-05-17 04:08:10 -0500
Seen: 1,495 times
Last updated: Aug 15 '12
conversion from urdf to dae fails while attempting to install ikfast for ur5
Can material colors be applied to Collada (.dae) meshes?
How to do motion planing with closed loop chain/graph robot structure?
Gazebo - Unable to find texture
How to add a tool from a STL file
Multiple Robot Visualization in Rviz [closed]
How can I get a graph diagram of an urdf model in ROS Fuerte? [closed]
How to create custom models and include that in .world file ?
Are you trying to just convert a single object, or multiple objects with joints, etc?
It's a biped humanoid robot (HRP4C)