269 / 269/2020RobotCode

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

オープン 初心者向け
#14 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。