STL exporter should be upgraded.
simjeh opened this issue · 0 comments
simjeh commented
-
Option 1. Normal version. Current output method with a single mesh file.
-
Option 2. Detail version. Separate meshes with each component, Export meshes by every component, and put it XML as visual attributes.
EX)
fusion360descriptor/FullBody_description/urdf/FullBody.urdf
Lines 1 to 44 in 9e69bd0
So multiple visual and collision attributes are ok. And we should not forget to put color info like this way at just below of robot name.
- Option 3. Simplified version. Mathew did this job on another project. So we need to merge this after exporting STL files with normal version and make convex hull STL.
Maybe option 4. Simplified with a detailed version. If we separate mesh with components then it could be better to build convex hulls.
I am not sure if this makes the simulator slower or not. So this might need some test.