STEP to URDF Converter — CAD to robot model online, with computed inertia

Free online STEP to URDF converter: tessellates CAD geometry in your browser (OpenCascade WASM), exports STL meshes, and computes mass, center of mass, and the full inertia tensor from the actual geometry. Nothing is uploaded.


What gets computed (not guessed)

PropertyTypical manual workflowThis tool
MassWeighed or guessedIntegrated from mesh volume × density
Center of massOften left at origin (wrong)Integrated from geometry (divergence theorem)
Inertia tensorCopy-pasted from another robotFull 6-component tensor about the COM, from the actual triangles
Unitsmm/m mix-ups (the classic 1000× sim explosion)Explicit mm→m conversion, on by default
MeshesManual CAD export per partBinary STL per solid, visual+collision wired up

Scope (honest): this free tool produces one URDF link per solid, welded with fixed joints — correct for a rigid part or a base assembly. Defining articulated joints between solids (axes, limits, tree structure) needs engineering input; the guided multi-link wizard with joint definition is a Pro feature. Validate output with the URDF validator or convert it for MuJoCo with the MJCF converter.