File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/main/java/frc/robot/subsystems/pivot Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1313import com .ctre .phoenix6 .controls .MotionMagicVoltage ;
1414import com .ctre .phoenix6 .controls .NeutralOut ;
1515import com .ctre .phoenix6 .controls .VoltageOut ;
16- import com .ctre .phoenix6 .hardware .CANcoder ;
1716import com .ctre .phoenix6 .hardware .TalonFX ;
1817import com .ctre .phoenix6 .signals .FeedbackSensorSourceValue ;
1918import com .ctre .phoenix6 .signals .InvertedValue ;
@@ -54,7 +53,6 @@ public static class PivotInputs {
5453 ? new TalonFX (PivotConstants .kFollowerMotorID , PivotConstants .kCANBusName )
5554 : new TalonFX (PivotConstants .kFollowerMotorID );
5655
57- private CANcoder absoluteEncoder ;
5856 private DutyCycleEncoder throughBoreEncoder ;
5957
6058 private TalonFXConfiguration motorConfiguration = new TalonFXConfiguration ();
You can’t perform that action at this time.
0 commit comments