syuntoku14 / fusion2urdf

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

Not support parallel link robot #4

Closed kevinphys closed 5 years ago

kevinphys commented 5 years ago

I have been waiting for this add-ins feature for a long long time. That wouldn't make any sense if I have to manually create URDF from CAD design. There are so many hands-on measurement work for filling into URDF description. The similar add-in feature on SolidWorks is so broken and buggy.

I appreciated your great work on my favorite CAD software!

However I faced the issue. The robot I am trying to build is a robotic architect lamp, having 4 linkage mechanism.

screen shot 2018-09-14 at 2 47 41 am

After looking into the script, it seems not supporting multiple parent links for now.

kevinphys commented 5 years ago

Oh I just found out that I should create joint in a proper way, which means the order for "component 1" and "component 2" must map "child" and "parent".

Then it works! The script is fine for parallel link robot.