Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 542 Bytes

OnShape URDF Exporter

Read the docs here

Exports OnShape assemblies into URDF files with STL meshes. This is based off of the URDF exporting functionality provided by onshape-to-robot, but with some improvements:

  • XML document creation is done using Python's XML library, fixing a number of bugs related to characters not being properly escaped
  • Files created by this tool always have valid filenames, even on Windows
  • Uses Open3D for STL simplification instead of MeshLab