Open soswow opened 6 years ago
I believe Fusion 360 has a way of sharing a link to a project. Have you thought about sharing that? I think it can be used to download latest/current version. It would be cool to have all the linkages if someone decides to contribute.
Would it be possible to have the file exported as URDF (the standard for use in robotic simulation), I'm not sure the information about the position, direction and type of the joints is conserved in the current STP format ?
What application does a URDF come from? Fusion doesn't have an export for that
I'm not familiar with Fusion 360, there probably are some exporter plug-in. Solidworks should be able to do it : http://wiki.ros.org/sw_urdf_exporter/Tutorials
Btw, I have a feeling this could be a request in its own issue. ;-) This issue is about source CAD files anyway.
@XRobots feel free to close this one if you are not planning on adding f3b files
@soswow Sorry for squatting your thread, it was still open and thought it was related, as it uses info that are lost without the fusion 360 source files. @XRobots It seems to not be as simple as I thought it would be(as the fusion 360 -> solidworks seems to go through the STP format which supposedly lose joint info). So it probably deserve its own issue. There seems to be a path in two steps using unofficial software : Fusion 360 -> SDF -> URDF.
We should be able to do Fusion 360 -> SDF using https://github.com/Roboy/SDFusion Then SDF -> URDF using sdf2urdf.py of https://github.com/andreasBihlmaier/pysdf
Alternatively it may be faster to just create the urdf manually, (and eventually optimize it by replacing parts by their convex hulls).
I created a simplified URDF manually to import in pybullet. You can see more here : https://github.com/GistNoesis/OpenDogSimulator
Looks good, I'll give you/it a shout-out in Part 4 if that's ok with you!
@XRobots No problem
Just noticed this thread in my emails (apologies if this has been answered elsewhere). Here's a direct converter from Fusion 360 to URDF: https://github.com/syuntoku14/fusion2urdf
XRobots I can't download the CAD file, I do have fusion 360, along with Inventor... Is ther possible you can share the 360 file directly so I can build my versoin of "The Open Dog" American style...
Here you go: https://a360.co/2xuglDI
I clicked on 'close' instead of 'comment' btw
Hello James !
Is there any chance to update the link for the fusion 360 files ? Old link does not work anymore. Thank you!
Try this: https://a360.co/2D433Uv
I considered it, but I'd like to avoid proprietary formats of possible. Also it all gets redrawn in detail from part 2 onward