-
Notifications
You must be signed in to change notification settings - Fork 386
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
Mesh colour #142
Mesh colour #142
Conversation
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.
This is a nice simple PR. This definitely improves visualisation for the 3-F gripper. Working with Collada files (dae) instead of STLs for visualisation is great as it has many advantages.
The only thing here that I find problematic is only aesthetic and is the chosen colour. I know the intention was probably to be as close as possible to the real gripper's colour, but the colour that was chosen is too dark, such that we cannot really see the gripper's details anymore (which could make it more difficult for some people, for example, to set up their simulation compared to the previous white (no colour) version), see:
Before a more accurate colour reference is provided by Robotiq (I'll ask them for one), would you agree to use a "brighter" colour, anything that would allow one to better see the gripper details, such as a dark-but-not-black grey? I could also do it if needed.
Thanks for the PR!
If someone else is interested in using this right now, I am happy to change to colour to something lighter. It would be great if we could have proper "official" colour, or, even better, material properties from Robotiq. Robotiq provides a STEP file for the 3-Finger Adaptive Robot Gripper on their homepage: |
@jproberge Is there any news on an "official" colour/material definition from Robotiq? Maybe the issue is also with the material definition and not the colour per se. In Blender, the palm mesh shows more shading than in Gazebo: |
hi @christian-rauch , Thanks for your follow-up! I will have the information this week and I'll post back as soon as possible. Also, I agree that it depends on the visualisation environment. At the end, it's just aesthetic, so I don't want to delay this PR too much, and I'll post back here this week as soon as I get the information. Thanks again! jproberge |
I'm accepting this PR, since I've reviewed / tested it and found that it works flawlessly and is an improvement. Also, Robotiq told me that there were no precise color definition. In fact they ask their supplier to provide black anodized parts, but then these parts are also subject to a tumbler surface finish process, which might also alter the colour a little. Thus no precise colour definition. Thanks! |
This PR adds colour (black) to the articulated meshes. Fixes #141
Edit: I just saw that I had other commits in my devel branch. There are two commits to fix the installation and running of the simulation launch file.