-
Notifications
You must be signed in to change notification settings - Fork 81
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
Added Schunk PG70 gripper, with two different contacts files #147
Open
gstavrinos
wants to merge
2
commits into
graspit-simulator:master
Choose a base branch
from
gstavrinos:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" ?> | ||
<!-- d0: pg70_finger1_joint, min=-0.001, max=0.04 --> | ||
<!-- d1: pg70_finger2_joint, min=-0.001, max=0.04 --> | ||
<EigenGrasps dimensions="2"> | ||
<EG> | ||
<EigenValue value="0.5"/> <!--EigenValue is not used in the code at this stage --> | ||
<!--Limits min="0" max="0"/--> | ||
<DimVals d0="0.0195" d1="0.0195"/> | ||
</EG> | ||
<ORIGIN> | ||
<EigenValue value="0.5"/> | ||
<DimVals d0="19.5" d1="19.5"/> | ||
</ORIGIN> | ||
</EigenGrasps> |
52,409 changes: 52,409 additions & 0 deletions
52,409
models/robots/schunk_pg70/iv/pg70_base_link.iv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" ?> | ||
<root> | ||
<material>plastic</material> | ||
<mass>2000</mass> | ||
<cog>0.019 -0.347 28.892</cog> | ||
<inertia_matrix>0.002 0 0 0 0.001 0 0 0 0.002</inertia_matrix> | ||
<geometryFile>pg70_base_link.iv</geometryFile> | ||
</root> |
1,808 changes: 1,808 additions & 0 deletions
1,808
models/robots/schunk_pg70/iv/pg70_finger1_link.iv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" ?> | ||
<root> | ||
<material>plastic</material> | ||
<mass>1</mass> | ||
<cog>0 0 0 </cog> | ||
<inertia_matrix>1 0 0 0 1 0 0 0 1</inertia_matrix> | ||
<geometryFile>pg70_finger1_link.iv</geometryFile> | ||
</root> |
1,808 changes: 1,808 additions & 0 deletions
1,808
models/robots/schunk_pg70/iv/pg70_finger2_link.iv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" ?> | ||
<root> | ||
<material>plastic</material> | ||
<mass>1</mass> | ||
<cog>0 0 0 </cog> | ||
<inertia_matrix>1 0 0 0 1 0 0 0 1</inertia_matrix> | ||
<geometryFile>pg70_finger2_link.iv</geometryFile> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" ?> | ||
<robot type="Hand"> | ||
<palm>pg70_base_link.xml</palm> | ||
<dof type='r'> | ||
<defaultVelocity>2</defaultVelocity> | ||
<maxEffort>100</maxEffort> | ||
<Kp>1e+09</Kp> | ||
<Kd>1e+07</Kd> | ||
<draggerScale>20</draggerScale> | ||
</dof> | ||
|
||
<dof type='r'> | ||
<defaultVelocity>2</defaultVelocity> | ||
<maxEffort>100</maxEffort> | ||
<Kp>1e+09</Kp> | ||
<Kd>1e+07</Kd> | ||
<draggerScale>20</draggerScale> | ||
</dof> | ||
|
||
<chain> | ||
<transform> | ||
<translation>0 47.5 40</translation> | ||
<rotationMatrix>1 0 0 0 -1 0 0 0 -1 </rotationMatrix> | ||
</transform> | ||
<joint type='Prismatic'> | ||
<theta>0</theta> | ||
<d> d0+0</d> | ||
<a>0</a> | ||
<alpha>0</alpha> | ||
<minValue>-1</minValue> | ||
<maxValue>40</maxValue> | ||
<viscousFriction>5.0e+7</viscousFriction> | ||
</joint> | ||
<link dynamicJointType='Prismatic'>pg70_finger1_link.xml</link> | ||
</chain> | ||
<chain> | ||
<transform> | ||
<translation>0 47.5 -40</translation> | ||
<rotationMatrix>1 0 0 0 1 0 0 0 1 </rotationMatrix> | ||
</transform> | ||
<joint type='Prismatic'> | ||
<theta>0</theta> | ||
<d> d1+0</d> | ||
<a>0</a> | ||
<alpha>0</alpha> | ||
<minValue>-1</minValue> | ||
<maxValue>40</maxValue> | ||
<viscousFriction>5.0e+7</viscousFriction> | ||
</joint> | ||
<link dynamicJointType='Prismatic'>pg70_finger2_link.xml</link> | ||
</chain> | ||
<eigenGrasps>eigen/eigen.xml</eigenGrasps> | ||
<virtualContacts>virtual/contacts.xml</virtualContacts> | ||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" ?> | ||
<robot type="Hand"> | ||
<palm>pg70_base_link.xml</palm> | ||
<dof type='r'> | ||
<defaultVelocity>2</defaultVelocity> | ||
<maxEffort>100</maxEffort> | ||
<Kp>1e+09</Kp> | ||
<Kd>1e+07</Kd> | ||
<draggerScale>20</draggerScale> | ||
</dof> | ||
|
||
<dof type='r'> | ||
<defaultVelocity>2</defaultVelocity> | ||
<maxEffort>100</maxEffort> | ||
<Kp>1e+09</Kp> | ||
<Kd>1e+07</Kd> | ||
<draggerScale>20</draggerScale> | ||
</dof> | ||
|
||
<chain> | ||
<transform> | ||
<translation>0 76.5 40</translation> | ||
<rotationMatrix>1 0 0 0 -1 0 0 0 -1 </rotationMatrix> | ||
</transform> | ||
<joint type='Prismatic'> | ||
<theta>0</theta> | ||
<d> d0+0</d> | ||
<a>0</a> | ||
<alpha>0</alpha> | ||
<minValue>-1</minValue> | ||
<maxValue>40</maxValue> | ||
<viscousFriction>5.0e+7</viscousFriction> | ||
</joint> | ||
<link dynamicJointType='Prismatic'>pg70_finger1_link.xml</link> | ||
</chain> | ||
<chain> | ||
<transform> | ||
<translation>0 76.5 -40</translation> | ||
<rotationMatrix>1 0 0 0 1 0 0 0 1 </rotationMatrix> | ||
</transform> | ||
<joint type='Prismatic'> | ||
<theta>0</theta> | ||
<d> d1+0</d> | ||
<a>0</a> | ||
<alpha>0</alpha> | ||
<minValue>-1</minValue> | ||
<maxValue>40</maxValue> | ||
<viscousFriction>5.0e+7</viscousFriction> | ||
</joint> | ||
<link dynamicJointType='Prismatic'>pg70_finger2_link.xml</link> | ||
</chain> | ||
<eigenGrasps>eigen/eigen.xml</eigenGrasps> | ||
<virtualContacts>virtual/minimum_contacts.xml</virtualContacts> | ||
</robot> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
hello, i'd like to know how to obtain these robot configuration file xml and iv? please help me?
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.
Hey @majiqiang, thanks for the interest. You can check you the Schunk PG70 files, here:
https://github.com/Roboskel-Manipulation/manos_graspit_config
Create an issue there if you need further assistance, so that we don't spam this repository.