syuntoku14 / fusion2urdf

A Fusion 360 Script to export URDF
MIT License
454 stars 151 forks source link

end exporting of old_components #20

Closed alansrobotlab closed 5 years ago

alansrobotlab commented 5 years ago

added in a check for "old_component" and if seen skip exporting that component.

This is more of a judgement call, not sure if you were intentionally exporting the old_components or not, but this will skip the export if the name contains "old_component".

It should work pretty well unless someone names their component "old_component".
¯_(ツ)_/¯

Thanks!

Alan