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 double
static final double
static final double
static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setElevatorVoltage
(double voltage) void
setWristVoltage
(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:
setElevatorVoltage
in interfaceElevatorWristIO
-
setWristVoltage
public void setWristVoltage(double voltage) - Specified by:
setWristVoltage
in interfaceElevatorWristIO
-
updateInputs
- Specified by:
updateInputs
in interfaceElevatorWristIO
-