Interface DrivetrainIO

All Known Implementing Classes:
DrivetrainReal

public interface DrivetrainIO
DrivetrainIO interface
  • Method Details

    • updateInputs

      default void updateInputs(DrivetrainIO.DrivetrainIOInputs inputs)
      Updates the set of loggable inputs.
    • setDriveVoltage

      default void setDriveVoltage(double lvolts, double rvolts)
      Run the motor at the specified voltage.