Skip to content

Commit

Permalink
add max allowed grip error to ts gripperdefintion
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Dec 8, 2023
1 parent 155e9d2 commit 5a193d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared-data/js/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ export interface GripperDefinition {
pinOneOffsetFromBase: [number, number, number]
pinTwoOffsetFromBase: [number, number, number]
jawWidth: { min: number; max: number }
maxAllowedGripError: number
}
}

Expand Down

0 comments on commit 5a193d0

Please sign in to comment.