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

Fix/side param #11

Merged
merged 6 commits into from
Apr 24, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 11 additions & 17 deletions custom/skills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skills:
grab_trash_up: [0.65]
default_tolerance: [0.005]

arm:
arm_center:
joint_names: ['arm_lift_joint', 'arm_flex_joint', 'arm_roll_joint', 'wrist_flex_joint', 'wrist_roll_joint' ]
default_configurations:
reset: [0.01, 0.0, -1.57, -1.57, 0.0]
Expand Down Expand Up @@ -56,19 +56,13 @@ skills:
- [0.60, 0.0, 0.0, 0.0, 0.0]
- [0.45, 0.0, 0.0, 0.0, 0.0]
- [0.60, 0.0, 0.0, 0.0, 0.0]
left:
grasp_offset: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
base_offset: {x: 0.45, y: 0.08, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
left_suction:
grasp_offset: {x: -0.0338, y: 0.012, z: 0.0844, roll: -1.57079632679, pitch: 0.87239795, yaw: 0.0}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
base_offset: {x: 0.45, y: 0.08, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
right:
grasp_offset: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
base_offset: {x: 0.45, y: 0.08, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
right_suction:
grasp_offset: {x: -0.0338, y: 0.012, z: 0.0844, roll: 0, pitch: 0.87239795, yaw: -1.57079632679}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
base_offset: {x: 0.45, y: 0.08, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
base_offset: {x: 0.45, y: 0.08, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}

gripper:
grasp_frame: 'grippoint_left'
Copy link
Member

Choose a reason for hiding this comment

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

arm_center and grippoint_left are conflicting

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, will see if I can change the name of this frame

grasp_offset: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}

suction:
grasp_offset: {x: -0.0338, y: 0.012, z: 0.0844, roll: -1.57079632679, pitch: 0.87239795, yaw: 0.0}
marker_to_grippoint: {x: 0.0, y: 0.0, z: 0.0, roll: 0.0, pitch: 0.0, yaw: 0.0}