-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CREO2URDF – Export stl meshes of twolinks asm #11
Comments
I started working here: #12 Right now I have managed to export the stl of the entire asm I used @fiorisi @salvi-mattia @Mick3Lozzo what is the difference between "export a part or assembly to a binary STL file" and "export a shrinkwrap STL file" ? Maybe before starting the course (20-31 March) @mfussi66 and I could have a chat with you for understanding what composed our simulation model cad in order to have the right questions to do to the instructor. |
@Nicogene I think that the second one is an ASCII file. The two formats contain the same information about the model, but the binary format is much more compact, so it will produce smaller files from the same part and it is better for 3D printing. |
Today I tried to navigate the asm creo2urdf/src/creo2urdf/src/Creo2Urdf.cpp Lines 125 to 139 in 9c2f188
Unfortunately I didn't manage to get the parts that compose the assembly, this is the output Note that the two |
Sorry for the late answer. Another difference could be the following.
I will investigate further though. |
Thanks to the course on Toolkit we are following @mfussi66 and me, today I was able to:
See |
please note that in creo language "in session" means every parts it is in RAM so it includes all the opened parts we have at that moment. not a big problem but something to know |
Task description
We should extend
creo2urdf
in order to export the stls files of the meshes oftwolinks
assembly.Definition of done
The PR that add this feature is merged.
The text was updated successfully, but these errors were encountered: