siemens / ros-sharp

ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D
Apache License 2.0
975 stars 371 forks source link

How to import STL files to Unity3D? #9

Closed MartinBischoff closed 7 years ago

MartinBischoff commented 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:

MartinBischoff commented 7 years ago

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.