Skip to content
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

Open
wants to merge 6 commits into
base: noetic-devel
Choose a base branch
from

Conversation

rnzenha-s
Copy link
Contributor

@rnzenha-s rnzenha-s commented Dec 10, 2024

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 the hand_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

  • No tests required to be added. (For small changes that will be tested by CI/CD infrastructure).
  • Added/Modified automated and PhantomHand CI tests (if a new class is added (Python or C++), the interface of that class must be unit tested).
  • Manually tested in simulation (if simulation specific or no hardware required to test the functionality).
  • Manually tested on hardware (if hardware specific or related).

Documentation

  • No documentation required to be added.
  • Added documentation (For any new feature, explain what it does and how to use it. Write the documentation in a relevant space, e.g. Github, Confluence, etc).
  • Updated documentation (For changes to pre-existing features mentioned in the documentation).

rnzenha-s added 2 commits December 9, 2024 15:55
…black (thumb was already black). Add resources necessary to make the new palm compatible with hand E lite
@rnzenha-s rnzenha-s requested review from a team as code owners December 10, 2024 17:06
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.36%. Comparing base (d97ea0c) to head (16f68e2).
Report is 1 commits behind head on noetic-devel.

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.
📢 Have feedback on the report? Share it here.

Comment on lines 41 to 71
<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>

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh, good question 🤨

Copy link
Contributor Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants