STEP/IGES CAD to URDF
robosim_step_to_urdfConvert STEP or IGES CAD files to URDF, automatically computing mass, center of mass, and inertia from tessellated geometry using the OCCT CAD kernel. Solids are joined with fixed joints.
Instructions
Convert a STEP or IGES CAD file to URDF, computing mass/COM/inertia per solid from the tessellated geometry (via the OCCT CAD kernel). Solids are welded with fixed joints. First call loads a 7.6 MB kernel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mm | No | If true, source units are millimeters (scaled to meters). | |
| density | No | ||
| filename | Yes | ||
| content_base64 | Yes | CAD file bytes, base64-encoded. |