269 / 269/2020RobotCode

Change Intake button to execute from OI Bind() whileHeld method

未关闭 适合新手
#14 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。