Class ElevatorWristIOSim
java.lang.Object
frc.robot.subsystems.elevator_wrist.ElevatorWristIOSim
- All Implemented Interfaces:
ElevatorWristIO
Elevator Wrist IO Sim
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.robot.subsystems.elevator_wrist.ElevatorWristIO
ElevatorWristIO.ElevatorWristInputs -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetElevatorVoltage(double voltage) voidsetWristVoltage(double voltage) void
-
Field Details
-
ELEVATOR_M
public static final double ELEVATOR_M -
ELEVATOR_B
public static final double ELEVATOR_B -
WRIST_M
public static final double WRIST_M -
WRIST_B
public static final double WRIST_B
-
-
Constructor Details
-
ElevatorWristIOSim
Elevator Wrist IO Sim
-
-
Method Details
-
setElevatorVoltage
public void setElevatorVoltage(double voltage) - Specified by:
setElevatorVoltagein interfaceElevatorWristIO
-
setWristVoltage
public void setWristVoltage(double voltage) - Specified by:
setWristVoltagein interfaceElevatorWristIO
-
updateInputs
- Specified by:
updateInputsin interfaceElevatorWristIO
-