Skip to content

Added all neccessary TODOS in each file - #108

Merged
TaylerUva merged 5 commits into
mainfrom
Make-Proper-and-Valid-TODOS
Jul 18, 2026
Merged

Added all neccessary TODOS in each file#108
TaylerUva merged 5 commits into
mainfrom
Make-Proper-and-Valid-TODOS

Conversation

@FRCTeam3255-Shared-K1-10

Copy link
Copy Markdown
Contributor

No description provided.

Co-Authored-By: Yutong Zhu <yutong59202@gmail.com>
Co-Authored-By: Justinpham17386769 <244249272+Justinpham17386769@users.noreply.github.com>
@FRCTeam3255-Shared-K1-10
FRCTeam3255-Shared-K1-10 requested a review from a team as a code owner July 18, 2026 02:51
FRCTeam3255-Shared-K1-10 and others added 2 commits July 17, 2026 19:52
Co-Authored-By: Yutong Zhu <yutong59202@gmail.com>
Co-Authored-By: Justinpham17386769 <244249272+Justinpham17386769@users.noreply.github.com>
Co-Authored-By: Yutong Zhu <yutong59202@gmail.com>
Co-Authored-By: Justinpham17386769 <244249272+Justinpham17386769@users.noreply.github.com>
@TaylerUva
TaylerUva enabled auto-merge (squash) July 18, 2026 03:08
Comment thread src/main/java/frc/robot/constants/ConstSystem.java Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates robot configuration constants to better mark placeholders that need real-world calibration, and adjusts practice-bot detection to use the roboRIO serial number constant.

Changes:

  • Renames the practice-bot identifier constant and updates RobotContainer.isPracticeBot() to use the serial-number constant.
  • Adds TODO markers in vision, drivetrain, and field constants to flag values that need confirmation/tuning/measurement.
  • Adds a robot-to-bumper Transform3d constant (currently placeholder) in ConstSystem.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/main/java/frc/robot/RobotContainer.java Updates practice-bot detection to reference the renamed serial-number constant.
src/main/java/frc/robot/constants/ConstVision.java Adds TODO notes indicating Limelight names/measurements need confirmation.
src/main/java/frc/robot/constants/ConstSystem.java Renames practice-bot constant and introduces a placeholder robot-to-bumper transform.
src/main/java/frc/robot/constants/ConstField.java Adds TODO note for the reset pose placeholder measurement.
src/main/java/frc/robot/constants/ConstDrivetrain.java Adds TODO notes for gear ratios, measurements, and PID placeholders.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/main/java/frc/robot/constants/ConstSystem.java Outdated
Comment thread src/main/java/frc/robot/constants/ConstDrivetrain.java
@TaylerUva
TaylerUva merged commit 1c1ced5 into main Jul 18, 2026
1 check passed
@TaylerUva
TaylerUva deleted the Make-Proper-and-Valid-TODOS branch July 18, 2026 16:00
@TaylerUva TaylerUva linked an issue Jul 18, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make sure we have proper and valid TODOs

4 participants