Package frc.robot.subsystems.drive
Interface DrivetrainIO
- All Known Implementing Classes:
DrivetrainReal
public interface DrivetrainIO
DrivetrainIO interface
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
setDriveVoltage
(double lvolts, double rvolts) Run the motor at the specified voltage.default void
Updates the set of loggable inputs.
-
Method Details
-
updateInputs
Updates the set of loggable inputs. -
setDriveVoltage
default void setDriveVoltage(double lvolts, double rvolts) Run the motor at the specified voltage.
-