-
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 – Fix axis names in ergoCub assembly #40
Comments
To sum it up, back in the days I thought it was a good idea to place the joint datum axes inside the thumb and middle finger themselves. Since the very same assemblies are used in the right hand too, it felt to me like killing two birds with one stone. I now get that this gives problems in other fields, instead. So, I am proposing to copy the reported joint axes - and possibly the related planes too for easier tracking, even though not strictly required - to the subassembly of each hand, rename them with a proper |
From our internal mech guidelines section I get:
@fiorisi to me, the bold part is exactly what I did and what lead us to break the exportation. I suggest we integrate this with something like: with the further constraint that each joint name shall remain unique inside the whole robot assembly. |
Hi @Lawproto! I'm happy to hear that this has been fixed in the robot cad! |
The fix of the axis names solved the issue of the missing links: Closing, thanks @Lawproto ! |
@Nicogene I understood we talked about updating the 1.1 model at best l and tapulling the 1.0 model with as less effort as possible, as a general rule of thumb. Anyway, I discovered it is possible to avoid the pain of exporting the simp reps again and rename the Creo axes directly in the sim_model, instead. I can help you doing like this in the 1.0 model, if it is helpful for you. Should take little time to me. |
Thanks @Lawproto, let's see if we need to regenerate the 1.0 model (see comment, cc @traversaro), in case I will ask you help. |
@Nicogene I had some time to spare at the end of this day, so I renamed the axes in the proper links for the 1.0 too, anyway. |
Great! Thanks @Lawproto 🎸 In fact now In fixed the axis orientation after generation the urdf w/ creo2urdf, but unfortunately the simulation model needs other fixes in order to be usable for generating a valid urdf:
See:
Making it usable w/ |
As reported here, some axis names have not the
L/R
prefix in the ergoCub simulation assembly, and this breaks the exportation of the urdf of the entire robot.Here is the list of joints to be renamed:
(This list has to be double-checked)
cc @pattacini @Lawproto @fiorisi
The text was updated successfully, but these errors were encountered: