Skip to content
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

WIP: Protection from climber subsystem init failure #52

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riyadth
Copy link
Member

@riyadth riyadth commented Mar 24, 2022

If the climber subsystem fails to initialize in the constructor, then
calls to methods in the object should not access the mClimberMotor or
mClimberSolenoid objects (since they may have been removed from the
robot for repair or modification).

If the climber subsystem fails to initialize in the constructor, then
calls to methods in the object should not access the mClimberMotor or
mClimberSolenoid objects (since they may have been removed from the
robot for repair or modification).
@riyadth
Copy link
Member Author

riyadth commented Mar 24, 2022

This is a draft PR so that these changes can be seen as a diff from the Spartronics main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant