-
Notifications
You must be signed in to change notification settings - Fork 95
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
Changed the origin of the left and right finger joints to avoid collision #217
Conversation
crthilakraj
commented
Sep 26, 2019
- changed the origin of the left and right finger joints to avoid collision
- corrected the depricated hardware interface syntax in common.xacro file.
Can you rebase your PR on |
c69f7b8
to
10f1148
Compare
Done! |
Thanks. Did you get these values +/-0.0055 from a datasheet or are they determined empirically? |
|
Can you reference a document from https://schunk.com/no_en/clamping-technology/series/pg/ that contains this information? I only found another URDF at https://github.com/SmartRoboticSystems/schunk_grippers/tree/master/schunk_pg70/urdf and it contains the same values. I would like to document the change of the URDF because I do not have the physical PG 70 to verify the new values. |
i took the values from the urdf file from schunk description package. File name https://github.com/crthilakraj/schunk_modular_robotics/blob/indigo_dev/schunk_description/urdf/pg70/pg70.urdf.xacro. |
The URDF file you are linking is part of this PR. What I am asking for is a secondary source or a way how you determined these values. |
yes i am referring to the value mentioned As per urdf file origin of both finger_left_joint and finger_right_joint have same origin, hence there will be collison of the joints as shown in above image. Fom |
@crthilakraj Thanks for the clarification. I thought that we might need to change the joint limits instead of the joint origin, but your images show that the bracket is actually wrongly positioned. |