syuntoku14 / fusion2urdf

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

AttributeError #21

Open MichaelDee98 opened 5 years ago

MichaelDee98 commented 5 years ago

I keep getting this error :

Capture and i have this structure for my robot : Capture1

What's the issue ?

syuntoku14 commented 4 years ago

It seems the joint doesn’t have occurenceTwo. It sometime happens(sorry that I don’t fix it yet)

It may work if you define the joints properly. Can you redefine the joints?

rohit-kumar-j commented 4 years ago

Hi Syuntoku14! Excellent work on the Plugins. Really helping us out here.

I wanted to know if you were developing the code for all types of joints on fusion 360. I think that'll be a beast!

Thank you!

syuntoku14 commented 4 years ago

Unfortunately, I don't have windows or mac environment now, so I stop developing them. I'll resume this project when I need to use fusion 360.

rohit-kumar-j commented 4 years ago

That's a shame😅. But, when you resume working on Fusion 360, please do develop all the functionality for the Plugin. Your work truly helps!

On Sun, 25 Aug, 2019, 5:59 PM Toshinori Kitamura, notifications@github.com wrote:

Unfortunately, I don't have windows or mac environment now, so I stop developing them. I'll resume this project when I need to use fusion 360.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/syuntoku14/fusion2urdf/issues/21?email_source=notifications&email_token=AJA6L5V2EZHCDUCT4KBDR4TQGJ3I3A5CNFSM4IDYYEE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5CSSWA#issuecomment-524626264, or mute the thread https://github.com/notifications/unsubscribe-auth/AJA6L5QHTRKXPQ2RSZHF7UDQGJ3I3ANCNFSM4IDYYEEQ .

nigelveach commented 3 years ago

Hi @MichaelDee98 ! I am experiencing the same occurrenceTwo traceback error. Did you discover a solution for it? Thanks!

syundo0730 commented 3 years ago

@nigelveach I could remove this error by setting "Do not Capture Design History" (on right down side of the window) before running the script. I don't understand the detail. but anyway in my case, it worked.

nigelveach commented 3 years ago

@syundo0730 Wow thank you so much! That fixed my problem.

AshfakYeafi commented 2 years ago

@syundo0730 thanks for that solution! it really worked.