Skip to content

Commit

Permalink
removed armFollowerEncoder fix to #23
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonS09 committed Mar 5, 2024
1 parent 556ee37 commit 5a37fa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/carlmontrobotics/subsystems/Arm.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public class Arm extends SubsystemBase {
.createSparkMax(ARM_MOTOR_PORT_FOLLOWER, MotorConfig.NEO);
private final SparkAbsoluteEncoder armMasterEncoder = armMotorMaster
.getAbsoluteEncoder(SparkAbsoluteEncoder.Type.kDutyCycle);
private final RelativeEncoder armFollowEncoder = armMotorFollower.getEncoder();
private final MutableMeasure<Voltage> voltage = mutable(Volts.of(0));
private final MutableMeasure<Velocity<Angle>> velocity = mutable(RotationsPerSecond.of(0));
private final MutableMeasure<Angle> distance = mutable(Rotations.of(0));
Expand Down

0 comments on commit 5a37fa4

Please sign in to comment.