vcxcb
This commit is contained in:
parent
d1ac0f57da
commit
2f8e51e701
@ -13,9 +13,9 @@ public class PivotManuel extends CommandBase {
|
|||||||
private Pivot pivot;
|
private Pivot pivot;
|
||||||
private DoubleSupplier doubleSupplier;
|
private DoubleSupplier doubleSupplier;
|
||||||
/** Creates a new PivotManuel. */
|
/** Creates a new PivotManuel. */
|
||||||
public PivotManuel(Pivot pivot,double d) {
|
public PivotManuel(Pivot pivot,DoubleSupplier doubleSupplier) {
|
||||||
this.pivot = pivot;
|
this.pivot = pivot;
|
||||||
|
this.doubleSupplier = doubleSupplier;
|
||||||
// Use addRequirements() here to declare subsystem dependencies.
|
// Use addRequirements() here to declare subsystem dependencies.
|
||||||
addRequirements(pivot);
|
addRequirements(pivot);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user