Package frc.robot.subsystems.drive
Interface DrivetrainIO
- All Known Implementing Classes:
DrivetrainReal
public interface DrivetrainIO
DrivetrainIO interface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetDriveVoltage(double lvolts, double rvolts) Run the motor at the specified voltage.default voidUpdates 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.
-