s
This commit is contained in:
parent
1dadb3cb77
commit
aa4aee45d0
@ -25,7 +25,7 @@ public class LancerAmp extends Command {
|
||||
// Called every time the scheduler runs while the command is scheduled.
|
||||
@Override
|
||||
public void execute() {
|
||||
double vitesse = 0.1;
|
||||
double vitesse = 0.15;
|
||||
lancer.lanceramp();
|
||||
if(lancer.vitesse(vitesse)>vitesse){
|
||||
accumulateur.Accumuler();
|
||||
|
@ -21,9 +21,9 @@ import swervelib.parser.SwerveParser;
|
||||
public class Drive extends SubsystemBase {
|
||||
/** Creates a new Drive. */
|
||||
|
||||
public static final boolean kFrontLeftDriveMotorReversed = false;
|
||||
public static final boolean kBackLeftDriveMotorReversed = false;
|
||||
public static final boolean kFrontRightDriveMotorReversed = true;
|
||||
public static final boolean kFrontLeftDriveMotorReversed = true;
|
||||
public static final boolean kBackLeftDriveMotorReversed = true;
|
||||
public static final boolean kFrontRightDriveMotorReversed = false;
|
||||
public static final boolean kBackRightDriveMotorReversed = true;
|
||||
|
||||
SwerveDrive swerveDrive;
|
||||
|
Loading…
x
Reference in New Issue
Block a user