Skip to content

Commit

Permalink
corrections to offsets due to CAD findings
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Oct 24, 2024
1 parent ee87963 commit 572d5a0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,24 @@
"pickUpOffset": {
"x": 0,
"y": 0,
"z": 1.5
"z": 0
},
"dropOffset": {
"x": 0,
"y": 0,
"z": 0
"z": -6
}
},
"lidOffsets": {
"pickUpOffset": {
"x": 1.0,
"x": 0.25,
"y": 0,
"z": -5
"z": 0
},
"dropOffset": {
"x": 1.0,
"x": 0,
"y": 0,
"z": -5
"z": 0
}
}
}
Expand Down

0 comments on commit 572d5a0

Please sign in to comment.