Skip to content

Commit

Permalink
updates gripper polynomial for PVT build (#13259)
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler authored Sep 13, 2023
1 parent 357f76a commit b4430d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared-data/gripper/definitions/1/gripperV1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"displayName": "Flex Gripper",
"gripForceProfile": {
"polynomial": [
[0, 4.1194669],
[1, 1.4181001],
[2, 0.0135956]
[0, 3.8361203],
[1, 1.3505968],
[2, 0.0221189]
],
"defaultGripForce": 15.0,
"defaultIdleForce": 10.0,
Expand Down

0 comments on commit b4430d9

Please sign in to comment.