Skip to content

Intake-Pivot Subsystem/Base#8

Draft
theirisproject wants to merge 24 commits intomainfrom
intake-pivot
Draft

Intake-Pivot Subsystem/Base#8
theirisproject wants to merge 24 commits intomainfrom
intake-pivot

Conversation

@theirisproject
Copy link
Contributor

IMPORTANT: many variables and constants are undefined
Description:

  • Created subsystem pivot/intakepivot
    • Created Pivot, PivotIO, PivotIOSim, PivotIOTalonFX
    • Added more constants under "public class PivotConstants"
    • IMPORTANT: in tandem with IntakeConstants, PivotConstants hold all dummy numbers and need to be defined
  • Added commands (some aren't used :( )

- Created Pivot, PivotIO, PivotIOSim, PivotIOTalonFX
- Pivot, PivotIO are done
- PivotIOSIm and PivotIOTalonFX are not done
- PivotIOTalonFX has no code in yet
Desc:
- Created/finished PivotIOTalonFX with others
- added more constants
- fixed MANY errors
theirisproject and others added 3 commits January 27, 2026 15:24
Desc: removed some descriptions
Basically, PID should be in the subsystem class. I learned IO wrong initially, and this was my bad, so I corrected it by just formatting things around.
@mfriedman-brick mfriedman-brick self-requested a review January 31, 2026 14:58
}

public void joystickControl() {
double voltage = Math.pow(MathUtil.applyDeadband(RobotContainer.operatorController.getRightY(), 0.04), 3) * 12;
Copy link
Contributor

@mfriedman-brick mfriedman-brick Jan 31, 2026

Choose a reason for hiding this comment

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

getRightY() on the operator controller is already used for the hood.

Copy link
Contributor

@mfriedman-brick mfriedman-brick left a comment

Choose a reason for hiding this comment

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

Looks good to me!

theirisproject and others added 8 commits February 4, 2026 15:32
Desc:
- added PivotVisualization for PivotIOSIm
- some commands changed due to buildrobotcode
Desc:
- Logging from main needed for pivot visualization.
Desc:
changed pivot visualization
created visualiation objects with update and log functions
Desc:
added ONE COMMENT
@cbgpenguin cbgpenguin marked this pull request as draft February 10, 2026 20:19
theirisproject and others added 11 commits February 10, 2026 15:20
moved the intake to th3 correct position
Co-Authored-By: Omega314OB <193974473+Omega314OB@users.noreply.github.com>
Co-Authored-By: s-mifan <189165311+s-mifan@users.noreply.github.com>
Desc:
- Changed pivot angle from rotation of Y axis to rotation of Z axis (to fix non-turn during advantage-scope)
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.

6 participants