-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api,shared-data): Correct addressable area positions (#14100)
* Update the positions of all waste chute addressable areas to match the new hardware, which has a lower cover with a different hole position. *⚠️ **Breaking:** Correct the positioning of the 1-channel pipette by splitting the `1and8ChannelWasteChute` addressable area into `1ChannelWasteChute` and `8ChannelWasteChute`. * This is necessary because we want the drop-tip position to be same for their *rear channels,* not their *centers.* * This will cause our demo JSON protocols to fail with an "unknown addressable area" error. Python protocols will be fine. * The JavaScript half of this is done in #14109. * Fix a Python Protocol API bug that had the 8-channel and 96-channel positions swapped with each other. * Refactor the deck definition to remove some redundant, unused, and confusing fields. * Delete `dropTipsOffset` from the addressable area definitions. This was unused. * Delete `dropLabwareOffset` from the addressable area definitions. This was used by Protocol Engine. * To replace both of those, move the addressable area `offsetFromCutoutFixture`s and `boundingBox`es so the bounding box's top-center is at the expected interaction point. * For motion planning, this was not safe to do before, but it is now that #14082 has merged. * For display in the Opentrons App, this is safe because it's only looking at these positions for *deck slots,* which are not affected here. Only the waste chute and trash bins are affected.
- Loading branch information
1 parent
134f0b2
commit 2659373
Showing
15 changed files
with
80 additions
and
149 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
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
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
Oops, something went wrong.