Skip to content

Commit

Permalink
fix(shared-data): adjust the gripper pickup parameters for the plate …
Browse files Browse the repository at this point in the history
…reader lid. (#16415)
  • Loading branch information
vegano1 authored Oct 3, 2024
1 parent b60f8dd commit 970a50e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"version": 1,
"schemaVersion": 2,
"allowedRoles": ["fixture"],
"gripForce": 20.0,
"gripHeightFromLabwareBottom": 53.0,
"gripForce": 21.0,
"gripHeightFromLabwareBottom": 48.0,
"cornerOffsetFromSlot": {
"x": 0,
"y": 0,
Expand All @@ -43,12 +43,12 @@
"gripperOffsets": {
"default": {
"pickUpOffset": {
"x": 14,
"x": 9,
"y": 0,
"z": 0
},
"dropOffset": {
"x": 14,
"x": 9,
"y": 0,
"z": 0
}
Expand Down

0 comments on commit 970a50e

Please sign in to comment.