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

ToggleDriverOverride - Implement a command (and any subsystem functionality) necessary to toggle the ability for the driver to override #31

Closed
Cyco12 opened this issue Jan 17, 2019 · 2 comments
Labels
Co-Processor: Roborio Any code related to the Roborio Commands Any commands Language: Kotlin Subsystem: Drivetrain Features that are part of the drivetrain subsystem

Comments

@Cyco12
Copy link
Contributor

Cyco12 commented Jan 17, 2019

Add a command and subsystem functionality for toggling the ability for the driver to override robot control.

@Cyco12 Cyco12 added Subsystem: Drivetrain Features that are part of the drivetrain subsystem Commands Any commands Co-Processor: Roborio Any code related to the Roborio Language: Kotlin labels Jan 17, 2019
@Cyco12
Copy link
Contributor Author

Cyco12 commented Feb 14, 2019

Currently the driver can already take control during 'auton' using normal teleop inputs. I am unsure if this interrupts current auto commands on the scheduler (it should) or if it just does it at the same time. Needs testing.

@Cyco12
Copy link
Contributor Author

Cyco12 commented Mar 19, 2019

Due to the way the scheduler is set up, commands are naturally interruptible. This functionality currently exists and does not need any additional code.

@Cyco12 Cyco12 closed this as completed Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Co-Processor: Roborio Any code related to the Roborio Commands Any commands Language: Kotlin Subsystem: Drivetrain Features that are part of the drivetrain subsystem
Projects
None yet
Development

No branches or pull requests

1 participant