File tree Expand file tree Collapse file tree
src/main/java/frc/robot/subsystems/groundintake Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import com .ctre .phoenix6 .configs .TalonFXConfiguration ;
44import com .ctre .phoenix6 .controls .PositionVoltage ;
55import com .ctre .phoenix6 .hardware .TalonFX ;
6+
7+ import edu .wpi .first .units .measure .Angle ;
68import frc .robot .Constants ;
79
810public class GroundIntakePivotIOReal implements GroundIntakePivotIO {
@@ -16,4 +18,29 @@ public GroundIntakePivotIOReal() {
1618
1719 groundIntakePivotMotor = new TalonFX (Constants .GROUNDINTAKEPIVOTE_ID );
1820 }
21+
22+ @ Override
23+ public void updateState (GroundIntakePivotIOInputs inputs ){
24+
25+ }
26+
27+ @ Override
28+ public void setPivotMotorSetpoint (Angle setpoint ) {
29+
30+ }
31+
32+ @ Override
33+ public void setPivotMotorVoltage (double voltage ) {
34+
35+ }
36+
37+ @ Override
38+ public Angle getPivotMotorPosition () {
39+
40+ }
41+
42+ @ Override
43+ public Angle getGroundIntakePivotPosition () {
44+
45+ }
1946}
You can’t perform that action at this time.
0 commit comments