Skip to content

Refactor arm and elevator to use the same class #121

Description

@moreheadm

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.

  1. Come up with a good design.
  2. Write the class.

Considerations:

  1. Adjustable zeroing function.
  2. Adjustable feedforward.
  3. Ideally support different movement functions (i.e. motion magic, profiling on the roborio).

First iteration should just support current features though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions