-
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
base: indigo_dev
Are you sure you want to change the base?
Schmalz gripper #766
Conversation
mjpatell
commented
Aug 21, 2018
- Adding schmaltz gripper on the ur arm
- Create configuration file based on new schmaltz gripper
…into schmalz_gripper
… into schmalz_gripper
…o schmalz_gripper
@@ -67,6 +67,8 @@ | |||
<arg name="sim" value="$(arg sim)"/> | |||
<arg if="$(arg sim)" name="cartesian_control" value="false"/> | |||
</include> | |||
<!-- Schmalz CobotPump driver --> | |||
<include file="$(find schmalz_ecbpi)/launch/schmalz_ecbpi_server.launch" /> |
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
<!-- 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 comment
The reason will be displayed to describe this comment to others. Learn more.