Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re Design Slow Mode (✿◠‿◠) #282

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

S0L0GUY
Copy link
Contributor

@S0L0GUY S0L0GUY commented Feb 11, 2025

This pull request includes a significant change to the execute method in the DriveManual command to improve the calculation of transMultiplier based on the observed drive speed.

Changes to DriveManual command:

  • src/main/java/frc/robot/commands/DriveManual.java: Refactored the calculation of transMultiplier by introducing a conditional check on actualDriveSpeed to ensure it is appropriately scaled with slowMultiplier, redAllianceMultiplier, and elevatorHeightMultiplier.

@S0L0GUY S0L0GUY added the 🛑 Untested Code has not been tested label Feb 11, 2025
@S0L0GUY S0L0GUY requested a review from a team as a code owner February 11, 2025 22:50
@S0L0GUY S0L0GUY linked an issue Feb 11, 2025 that may be closed by this pull request
@S0L0GUY
Copy link
Contributor Author

S0L0GUY commented Feb 11, 2025

(✿◠‿◠)

@TaylerUva
Copy link
Member

(✿◠‿◠)

No no, it is now team policy to have this face in the PR title. Please correct this

@S0L0GUY S0L0GUY changed the title Re Design Slow Mode Re Design Slow Mode (✿◠‿◠) Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛑 Untested Code has not been tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change slow mode to capping
2 participants