Change Intake button to execute from OI Bind() whileHeld method
- Langage dominant
- Java
- Étoiles
- 0
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The Intake command currently runs as the default command and periodically checks if the button is being held. The recommended way is to instead call the command while the button is being held by using Intake_buttonA.whileHeld(new intake_command()); in OI.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look for the OI (Operator Interface) class where button bindings are defined, likely in a file like OI.java. Find the Intake command and its current binding. Change from setting it as a default command to using whileHeld on the specified button. Verify by running the robot code simulation or checking for any existing tests.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- backend
- Type d'issue
- Refactorisation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 70/100