Closed MartinBischoff closed 7 years ago
Currently UrdfImporter only supports the import of .dea (Collada) files.
URDF also supports STL, whereas Unity3D does not (without plugins).
How shall we realize the STL import in UrdfImporter? I see the following options:
We relalized STL import in commit https://github.com/siemens/ros-sharp/commit/5c613ed0706dcfb4a453234282be4a9068349064 We used option 1 taking open source STL importers as areference.
Currently UrdfImporter only supports the import of .dea (Collada) files.
URDF also supports STL, whereas Unity3D does not (without plugins).
How shall we realize the STL import in UrdfImporter? I see the following options: