-
public class MotorParams
This is a helper class for motor configuration. Teams still need to write the code to set these in the motors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
MotorParams.ZeroPowerBehavior
public enum
MotorParams.Mode
-
Field Summary
Fields Modifier and Type Field Description public String
name
public boolean
invertMotor
public MotorParams.ZeroPowerBehavior
zeroPowerBehavior
public MotorParams.Mode
mode
-
Constructor Summary
Constructors Constructor Description MotorParams(String name, MotorParams.Mode mode, boolean invertMotor)
-
-
-
Constructor Detail
-
MotorParams
MotorParams(String name, MotorParams.Mode mode, boolean invertMotor)
-
-