-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## git cherry-pick 4f90e28 - #15413 was the edge PR - This is the only commit needed in the 7.5.0 release to allow for the new gripper model. - There are no changes to buildroot, oe-core, or ot3-firmware Co-authored-by: Alise Au <[email protected]>
- Loading branch information
1 parent
c06a003
commit c3a1bad
Showing
6 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"$otSharedSchema": "gripper/schemas/1", | ||
"model": "gripperV1.3", | ||
"schemaVersion": 1, | ||
"displayName": "Flex Gripper", | ||
"gripForceProfile": { | ||
"polynomial": [ | ||
[0, 3.759869], | ||
[1, 0.81005], | ||
[2, 0.04597701] | ||
], | ||
"defaultGripForce": 15.0, | ||
"defaultIdleForce": 10.0, | ||
"defaultHomeForce": 12.0, | ||
"min": 2.0, | ||
"max": 30.0 | ||
}, | ||
"geometry": { | ||
"baseOffsetFromMount": [19.5, -74.325, -94.825], | ||
"jawCenterOffsetFromBase": [0.0, 0.0, -86.475], | ||
"pinOneOffsetFromBase": [6.0, -54.0, -98.475], | ||
"pinTwoOffsetFromBase": [6.0, 54.0, -98.475], | ||
"jawWidth": { | ||
"min": 60.0, | ||
"max": 92.0 | ||
}, | ||
"maxAllowedGripError": 3.0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters