Change Intake button to execute from OI Bind() whileHeld method
未关闭
适合新手
invalid
- 主要语言
- Java
- 星标
- 0
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
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.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 70/100