-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix ur3 visual mesh #524
base: melodic-devel-staging
Are you sure you want to change the base?
Fix ur3 visual mesh #524
Conversation
The meshes look really nice @Briancbn. Could you comment on the file size difference? Good looking meshes are important, but if it increases the size of the files too much (Collada can get very verbose), we may need to tweak them a little. |
Before After I can try to reduce wrist3 if you think the differences are too big. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Briancbn thanks for this contribution! Great job, I really like the new visualization.
I am ok with the new sizes. I let @gavanderhoorn to give the last 👍 and merge this
2bade90
to
6a64eb0
Compare
While this certainly improves the smoothness of the mesh, it increases their size 2x (wrist 3 about 9 times). Personally I feel that's a bit too much, but I'm just one voice here. It seems @ipa-nhg is ok with it, so it's a tie. Perhaps someone else can weigh in. |
Signed-off-by: Chen Bainian <[email protected]> Readjust scale back to STL Signed-off-by: Chen Bainian <[email protected]>
Signed-off-by: Chen Bainian <[email protected]>
Signed-off-by: Chen Bainian <[email protected]>
Signed-off-by: Chen Bainian <[email protected]>
f77b173
to
2fc8902
Compare
I will try to reduce the wrist 3 mesh |
The other two may be more efficient to reduce. They are the main cause of the size increase I believe. |
@gavanderhoorn For the other 2, it is pretty much the best I can do here based on my ability. As the automatic generated meshes are not clean (nice quad for instance), it is pretty hard to directly use "decimate". I assume as it was not an issue in ur3e, it could still be ok here. |
Fix #425
For Wrist3 Node 1 (ring) I simply added a edge split modifier and shade smooth
For Wrist3 Node 0 (end-effector) I rebuild the mesh in blender (maybe because I am not good enough or the resolution of the STL is too low, I don't see the screw holes coming back easily with edge split). It was drawn on top of the original STL so there should be no dimensional problem here.
For Wrist2 and Wrist1 blue logo cap, I use the UR3e ones, remove the screws. The original mesh will takes a very long time to fix (maybe I am not that good). Since I cannot regenerate STL
You can cherry-pick this commit onto
kinetic-devel
branchBefore:
After:
Final: