Robotics StackExchange | Archived questions

Convert models from solidworks to collada

Does anyone know how to convert solidworks model of a robot to collada(.dae) files and keep the kinematic joints and chain?!

Asked by mohamad mahdavian on 2019-01-23 20:07:34 UTC

Comments

Answers

Google knows. :)

There are apparently numerous routes, the most commonly mentioned one being to export to STL and then convert from STL to Collada.

If your goal is to get the model into rviz or Gazebo, then you can also use the STL file directly.

Asked by Geoff on 2019-01-23 20:22:27 UTC

Comments

I know this method. I should correct my question. I need to convert a robot from solidworks to collada and keep the structure and kinematic joints and chain. STL removes the chain and joints. Is there any other way?!

Asked by mohamad mahdavian on 2019-01-23 20:26:46 UTC

I'm not familiar with how Solidworks stores kinematics information, but I suspect you will need to re-do it by hand in Gazebo's SDF format. Or you could write a converter, make it available for all, and become really popular.

Asked by Geoff on 2019-01-23 20:34:11 UTC

I'm not aware of any plugins for SolidWorks that support Collada kinematics. Unfortunately.

You might want to look in some of the plugins for SolidWorks and some Autodesk products that export directly to urdf/xacro.

Asked by gvdhoorn on 2019-01-24 03:56:51 UTC

Comments