-
Notifications
You must be signed in to change notification settings - Fork 132
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
Schmalz gripper #766
Open
mjpatell
wants to merge
24
commits into
ipa320:indigo_dev
Choose a base branch
from
mjpatell:schmaltz_gripper_pr
base: indigo_dev
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
Schmalz gripper #766
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3ef6d06
changed group name/joints for raw3-1
ipa-rmb 40994b2
add joint constraints
ipa-rmb 458b6e8
stomp configuration file
ipa-rmb 2ad869b
add stomp planning
ipa-rmb 2ceea7b
replaced spelling mistake
ipa-rmb 06a0203
Merge branch 'indigo_dev' of https://github.com/ipa320/cob_robots int…
HavyaPatel ce897ab
Merge branch 'indigo_dev' of https://github.com/ipa320/cob_robots int…
HavyaPatel dd5a934
Merge branch 'indigo_dev' of https://github.com/ipa-mjp/cob_robots in…
HavyaPatel dc5a582
moveit config file for schmalz gripper
HavyaPatel f407106
move group chain till gripper tcp
HavyaPatel 6947b17
added schmalz vacuum gripper
HavyaPatel 9c37598
adapt cemera collision
HavyaPatel c55269b
change joint limit make same as urdf and depedancy on trackit
ipa-rmb 667f9df
add schmaz gripper
ipa-rmb ab4359f
Merge branch 'robwork_demo' of https://github.com/ipa-mjp/cob_robots …
ipa-rmb b4e0da1
add vacume gripper node
ipa-rmb 4c63cf5
correct stomp configurations
ipa-rmb d7ef2df
add schmaltz gripper
HavyaPatel a9e5159
Merge branch 'schmalz_gripper' of https://github.com/ipa-mjp/cob_robo…
HavyaPatel b9aefcd
Merge branch 'indigo_dev' of https://github.com/ipa320/cob_robots int…
HavyaPatel de1f2c8
change to kdl
HavyaPatel c1a3108
change srdf from new schmaltz gripper
HavyaPatel 68f57e6
add kinematic camera plugin
HavyaPatel 418b3e3
change srdf for new configuration
HavyaPatel 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
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
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
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 |
---|---|---|
|
@@ -20,8 +20,11 @@ | |
<!-- ur_arm --> | ||
<xacro:include filename="$(find raw_description)/urdf/ur_arm/ur10_arm.urdf.xacro" /> | ||
|
||
<!-- vacuum gripper --> | ||
<xacro:include filename="$(find raw_description)/urdf/vacuum_gripper/gripper.urdf.xacro" /> | ||
<!-- schmaltz vacuum gripper --> | ||
<xacro:include filename="$(find raw_description)/urdf/schmaltz_gripper/gripper.urdf.xacro" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
<!-- arm camera --> | ||
<xacro:include filename="$(find raw_description)/urdf/arm_camera/arm_camera.urdf.xacro" /> | ||
|
||
<!-- sensors --> | ||
<xacro:include filename="$(find cob_description)/urdf/sensors/sick_s300_laser.urdf.xacro"/> | ||
|
@@ -54,4 +57,9 @@ | |
<origin xyz="${gripper_x} ${gripper_y} ${gripper_z}" rpy="${gripper_roll} ${gripper_pitch} ${gripper_yaw}" /> | ||
</xacro:vacuum_gripper> | ||
|
||
<xacro:arm_camera name="arm_camera" parent="gripper_coupling_link"> | ||
<origin xyz="${arm_camera_x} ${arm_camera_y} ${arm_camera_z}" rpy="${arm_camera_roll} ${arm_camera_pitch} ${arm_camera_yaw}" /> | ||
</xacro:arm_camera> | ||
|
||
|
||
</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
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
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.
is this package released?
it also needs to be added to
package.xml
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.
schmalz_ecbpi is not released yet. It available only in my git public repo. Should I need to release?
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 the link for schmalz gripper driver: https://github.com/ipa-mjp/schmalz_ecbpi