Skip to content

Commit

Permalink
use new force-pwm polynomial (#13057)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau authored Jul 13, 2023
1 parent e8e62ff commit b14b0b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shared-data/gripper/definitions/1/gripperV1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"displayName": "Flex Gripper",
"gripForceProfile": {
"polynomial": [
[0, 3.47784],
[1, 1.37276],
[2, 0.0203]
[0, 4.1194669],
[1, 1.4181001],
[2, 0.0135956]
],
"defaultGripForce": 15.0,
"defaultHomeForce": 12.0,
"min": 5.0,
"max": 20.0
"min": 2.0,
"max": 30.0
},
"geometry": {
"baseOffsetFromMount": [19.5, -74.325, -94.825],
Expand Down

0 comments on commit b14b0b2

Please sign in to comment.