Skip to content

62-improve-constants - #73

Merged
jaymendo670-png merged 10 commits into
mainfrom
62-improve-constants
Aug 8, 2026
Merged

62-improve-constants#73
jaymendo670-png merged 10 commits into
mainfrom
62-improve-constants

Conversation

@jaymendo670-png

Copy link
Copy Markdown
Contributor

No description provided.

@jaymendo670-png
jaymendo670-png requested a review from a team as a code owner August 2, 2026 03:45
@jaymendo670-png jaymendo670-png linked an issue Aug 2, 2026 that may be closed by this pull request
3 tasks
Comment thread src/main/java/frc/robot/constants/ConstPositional.java Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 Human review recommended

It changes multiple mechanism setpoints that can materially affect real-world robot behavior and should be validated via hardware testing and final human review.

Pull request overview

This PR updates the robot’s constants/ setpoints and tolerances for positional mechanisms (turret/hood/intake slide/climber) and free-spinning mechanisms (flywheel/transfer/hotdog/agitator), aligning “prep location” presets with more realistic values and reorganizing related constants.

Changes:

  • Updated multiple PREP_* hood/turret angles and flywheel RPM setpoints from placeholder values to concrete tuned numbers.
  • Added/organized mechanism tolerances (turret/hood/intake slide) and regrouped PID slot constants for clarity.
  • Reordered FreeSpin percent-output constants and TalonFX configuration declarations.
File summaries
File Description
src/main/java/frc/robot/constants/ConstPositional.java Updates turret/hood/intake-slide tolerances and multiple preset prep angles; adjusts hood retract angle.
src/main/java/frc/robot/constants/ConstFreeSpin.java Updates preset flywheel RPMs, reorganizes reverse percent outputs, and reorders TalonFX configuration constants.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 4
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment thread src/main/java/frc/robot/constants/ConstFreeSpin.java Outdated
Comment thread src/main/java/frc/robot/constants/ConstPositional.java Outdated
Comment thread src/main/java/frc/robot/constants/ConstFreeSpin.java Outdated
Comment thread src/main/java/frc/robot/constants/ConstFreeSpin.java
@jaymendo670-png
jaymendo670-png enabled auto-merge (squash) August 8, 2026 01:33

@TaylerUva TaylerUva left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we use the term speed?

@jaymendo670-png
jaymendo670-png merged commit be68525 into main Aug 8, 2026
1 check passed
@jaymendo670-png
jaymendo670-png deleted the 62-improve-constants branch August 8, 2026 02:33
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.

Improve Constants

6 participants