inverse mieux
This commit is contained in:
@@ -13,6 +13,7 @@ public class Inverser extends Command {
|
|||||||
boolean inverse = false;
|
boolean inverse = false;
|
||||||
/** Creates a new Inverser. */
|
/** Creates a new Inverser. */
|
||||||
public Inverser(CommandSwerveDrivetrain drivetrain) {
|
public Inverser(CommandSwerveDrivetrain drivetrain) {
|
||||||
|
this.drivetrain = drivetrain;
|
||||||
addRequirements(drivetrain);
|
addRequirements(drivetrain);
|
||||||
// Use addRequirements() here to declare subsystem dependencies.
|
// Use addRequirements() here to declare subsystem dependencies.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user