Frc5572 / FRC2023

Code repo for 2023 Charged UP
Other
0 stars 0 forks source link

Elevator Subsystem #23

Closed aidan-underwood closed 1 year ago

aidan-underwood commented 1 year ago

This subsystem will need to include:

Possible but likely functions include:

We will also need to know these different positions either using a REV Through Bore Encoder or canCoder. These positions include:

Will need PID. https://docs.wpilib.org/en/stable/docs/software/advanced-controls/controllers/pidcontroller.html REV API Docs: https://codedocs.revrobotics.com/java/allclasses.html

aidan-underwood commented 1 year ago

a somewhat good example? https://github.com/wpilibsuite/allwpilib/blob/main/wpilibjExamples/src/main/java/edu/wpi/first/wpilibj/examples/elevatorprofiledpid/Robot.java