Hi, ROS users!
I wrote a fusion 360 add-in to export URDF from Fusion 360 models.
See:
https://github.com/syuntoku14/fusion2urdf
For example, you can convert this cool robot arm(https://grabcad.com/library/industrial-robot-10) into urdf with just one command.
(upload://hqn8wGJBlaawLC6nvu2KpmyJ8yv.png)
I’m happy if you try this add-in and give me feedback.
8 Likes
That’s a very nice work @syuntoku14, thanks for sharing.
I wrote a script to plot joint values written in a CSV file. It requires to model using the asssembly (I guess it is your case too).
My script can be found in this gist
It’s not fully general, but going to a general approach and connect F360 as subscriber node to plot joint values coming from ROS is feasible, IMHO, which I think it’d be beneficial to make the most of the F360 capabilities.
I’ll defintely try your code!
Cheers
2 Likes
Syuntoku did a great work with his script.
I forked it and improved it further. It can be found at Fusion2URDF
ROS 2 support will be added soon
4 Likes
Hey @SpaceMaster85
Awesome to see updates on this repo. Would you be happy for me to contact you directly to ask some (non-technical) questions? What’s the best way to connect?
Thanks