254 has a class that they use for single motor subsystems https://github.com/Team254/FRC-2024-Public/blob/main/src/main/java/com/team254/lib/subsystems/ServoMotorSubsystem.java
Ideally we could combine arm and elevator into a class like this.
- Come up with a good design.
- Write the class.
Considerations:
- Adjustable zeroing function.
- Adjustable feedforward.
- Ideally support different movement functions (i.e. motion magic, profiling on the roborio).
First iteration should just support current features though.
254 has a class that they use for single motor subsystems https://github.com/Team254/FRC-2024-Public/blob/main/src/main/java/com/team254/lib/subsystems/ServoMotorSubsystem.java
Ideally we could combine arm and elevator into a class like this.
Considerations:
First iteration should just support current features though.