limelight
This commit is contained in:
@@ -78,7 +78,7 @@ public class Limelighter extends Command {
|
||||
}
|
||||
else if(calcul > 5){
|
||||
drivetrain.setControl(
|
||||
drive.withRotationalRate(-0.5*(2*Math.PI)));
|
||||
drive.withRotationalRate(0.5*(2*Math.PI)));
|
||||
}
|
||||
else if(calcul < -5){
|
||||
drivetrain.setControl(
|
||||
|
||||
Reference in New Issue
Block a user