-
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, robot-server, shared-data): add FlexStacker module to the hardware controller and robot server. #17187
base: edge
Are you sure you want to change the base?
Conversation
…dware controller and robot server.
revert debug changes
ZE: bool | ||
ZR: bool | ||
LR: bool | ||
XE: bool = False |
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.
The GCode that we use to get the limit switch statuses always return results for all axes. What are the reasoning behind having setting default values?
return PlatformState.UNKNOWN | ||
|
||
|
||
class StackerAxisState(Enum): |
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.
Nice - I was actually planning on this exact logic of this in FW. So we can send a GCode querying the axis state, and it will return one of these strings.
Overview
Adds the Flex Stacker module to the software stack
Test Plan and Hands on Testing
GET /modules
endpointChangelog
/modules
endpoint.Review requests
Risk assessment
Low, unreleased
TODO