-
Notifications
You must be signed in to change notification settings - Fork 16
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
New hand G (lite) version with new plam flesh - Hand version G4 #172
base: noetic-devel
Are you sure you want to change the base?
New hand G (lite) version with new plam flesh - Hand version G4 #172
Conversation
…black (thumb was already black). Add resources necessary to make the new palm compatible with hand E lite
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## noetic-devel #172 +/- ##
================================================
+ Coverage 33.33% 36.36% +3.03%
================================================
Files 1 1
Lines 21 22 +1
Branches 15 15
================================================
+ Hits 7 8 +1
Partials 14 14 ☔ View full report in Codecov by Sentry. |
<technique sid="blender"> | ||
<phong> | ||
<emission> | ||
<color>0.00000 0.00000 0.00000 1</color> | ||
</emission> | ||
<ambient> | ||
<color>0.05997 0.05997 0.05997 1</color> | ||
</ambient> | ||
<diffuse> | ||
<color>0.16355 0.16355 0.16355 1</color> | ||
</diffuse> | ||
<specular> | ||
<color>0.36585 0.36585 0.36585 1</color> | ||
</specular> | ||
<shininess> | ||
<float>12.5</float> | ||
</shininess> | ||
<reflective> | ||
<color>1.00000 1.00000 1.00000 1</color> | ||
</reflective> | ||
<reflectivity> | ||
<float>0.0</float> | ||
</reflectivity> | ||
<transparent> | ||
<color>1 1 1 1</color> | ||
</transparent> | ||
<transparency> | ||
<float>0.0</float> | ||
</transparency> | ||
</phong> | ||
</technique> |
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.
Why is this so indented?
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.
Huh, good question 🤨
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.
Should be fixed now (mismatch of tabs and spaces)
Proposed changes
It adds a new version of hand-hand G (Dand lite)—G4—which contains the new plam flesh.
Makes this new hand G version the default one (unless otherwise specified in
sr_hand_config
for each individual hand, or using thehand_version
robot launch file argument)It also fixes a "bug" where STF tips (FF, MF, RF, LF) were being visualised in gazebo in a white colour. They will now be displayed in black.
Checklist
Before posting a PR ensure that from each of the below categories AT LEAST ONE BOX HAS BEEN CHECKED. If more than one category is applicable then more can be checked. Also ensure that the proposed changes have been filled out with relevant information for reviewers.
Tests
Documentation