-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api): Add RobotContext movement commands #16403
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
73fd4d7
feat(hardware_control): allow Q moves to be processed by hw._move
Laura-Danielle e1ab989
feat: add movement commands to robot_context
Laura-Danielle 535a0d5
feat: add robot core
Laura-Danielle 966457f
feat: add protocol engine commands for robot movement commands
Laura-Danielle d1cf948
feat: add new axis types
Laura-Danielle d577abf
feat: Expose additional movement options in gantry mover and movement
Laura-Danielle c8bab64
feat: add robot core
Laura-Danielle 4db3a3b
feat: add move_to, move_axes and move_axes rel functionality as well …
Laura-Danielle 86dcd5b
feat: add robot MoveTo engine command
Laura-Danielle c709ade
feat: add robot moveAxesRelative engine command
Laura-Danielle 230767d
feat: add robot moveAxesTo engine command
Laura-Danielle de7688c
command union stuff
Laura-Danielle edbca79
add validation and shared types
Laura-Danielle 720f0a2
adding tests
Laura-Danielle 9d87b55
some lint fixes for typing conflicts in robot_context
CaseyBatten 6acdb01
cleanup and location error case
CaseyBatten a2e2b26
add logging and fix Q axis
Laura-Danielle 7e70f4b
test: relative moves are moving in absolute
Laura-Danielle 9e87c76
refactor: make critical point optional
Laura-Danielle 3f15ba3
missed if statement block
Laura-Danielle 9d5dcf7
use the right MotorAxis key
Laura-Danielle 0e7ef61
fix: check that the axis is in the axis map
Laura-Danielle 7f98b78
fix: correctly handle Q motor moves in the function and add a test
Laura-Danielle 8a7338d
pass the right locations from gantry mover to the hardware controller…
Laura-Danielle 90750c1
adding protocol engine command tests
Laura-Danielle 0499118
formatting
Laura-Danielle b8cf9bb
bump api version to 2.21
Laura-Danielle 6e92b5b
add logs for motion utilities
Laura-Danielle d1e716f
wrapper hardware offsets as point
Laura-Danielle e5d468d
fix move_axes_to move, add more logs for move_axes_relative
Laura-Danielle b8911f9
make machine to deck conversion func public hw API
Laura-Danielle aecb1c3
more linter fixes
Laura-Danielle e4ee72e
fix relative movements
Laura-Danielle c93de27
handle robot context loading skipping for legacy protocols
Laura-Danielle 5ceb32d
additional attempt at fixing move rel
Laura-Danielle 028a49a
fix tests, lint and formatting
Laura-Danielle 1336292
fixups from rebase
Laura-Danielle 7e9440e
bump schemma to version 11
Laura-Danielle b205a87
fix move group runner changes
Laura-Danielle 4fae9a1
fix failing linters and formatting
Laura-Danielle 6113fe9
fix more linter errors
Laura-Danielle 7c2e804
fix linter errors
Laura-Danielle 25f5916
refresh command schema
Laura-Danielle 2b5dcd2
add additional commands to schema 11
Laura-Danielle 6eeede9
fixup from last rebase
Laura-Danielle 1fb5978
more rebase fixes
Laura-Danielle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note which coordinates this is in in the log please