Compare commits

..

38 Commits

Author SHA1 Message Date
samuel desharnais
41f6e4747f competiton 2026-04-11 08:16:06 -04:00
samuel desharnais
7908d4c5df Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-07 19:53:33 -04:00
samuel desharnais
2263961829 led 2026-04-07 19:53:00 -04:00
Antoine PerreaultE
27ea9d96e3 grimpe 2026-04-07 19:51:41 -04:00
Antoine PerreaultE
01edf1cb01 Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-07 18:06:45 -04:00
Antoine PerreaultE
0b4c0e09ff oui 2026-04-07 18:06:11 -04:00
samuel desharnais
6c86b2ed5c grimpe mode auto 2026-04-02 20:34:53 -04:00
samuel desharnais
6885b80d6a Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-02 17:13:57 -04:00
samuel desharnais
2472c67adf limelight 2026-04-02 17:13:54 -04:00
Antoine PerreaultE
c8d0ee3a03 grimpe en auto 2026-04-01 19:58:45 -04:00
Antoine PerreaultE
3300d74a78 grimpe autre cote auto 2026-04-01 19:58:05 -04:00
Antoine PerreaultE
bdffb48ece led 2026-04-01 19:35:55 -04:00
Antoine PerreaultE
5f44d5304a mode autonise mieux 2026-04-01 19:35:31 -04:00
Antoine PerreaultE
9aa7018812 inverse mieux 2026-04-01 19:29:34 -04:00
Antoine PerreaultE
d98dc4e467 Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-01 19:27:14 -04:00
Antoine PerreaultE
b0ad34519e mode auto 2026-04-01 19:27:12 -04:00
samuel desharnais
7b734cc046 Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-01 19:13:26 -04:00
samuel desharnais
cdca0230a4 bouge mieux 2026-04-01 19:13:25 -04:00
Antoine PerreaultE
56b28100df weq 2026-04-01 19:11:30 -04:00
Antoine PerreaultE
db935eceda regle crach 2026-04-01 19:11:09 -04:00
Antoine PerreaultE
da28ff48db position qui change 2026-04-01 18:43:24 -04:00
Antoine PerreaultE
5b6e3ac7b2 led 2026-04-01 18:38:30 -04:00
Antoine PerreaultE
9585c17bdb Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-01 18:23:51 -04:00
Antoine PerreaultE
07eeaffa32 led mieux écrit 2026-04-01 18:22:02 -04:00
samuel desharnais
8202b012cb led 2026-04-01 18:20:55 -04:00
Samuel
e5f7b05063 enlever rainbowAnim 2026-04-01 13:14:26 -04:00
Samuel
5916f4f141 led 2026-04-01 13:13:18 -04:00
4438560698 bf 2026-04-01 05:21:41 +02:00
b2d4647e41 gt 2026-04-01 04:48:34 +02:00
75922f581c Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-04-01 04:48:25 +02:00
a429b936d2 limelight 2026-04-01 04:40:40 +02:00
samuel desharnais
3b06cbd447 led 2026-03-31 20:29:45 -04:00
Antoine PerreaultE
7b535a845f grimpe en rouge aussi 2026-03-31 19:59:15 -04:00
samuel desharnais
42e35fca8a Merge branch 'main' of https://git.demerso.net/sdesharnais/Rebuilt-2026 2026-03-31 19:53:27 -04:00
samuel desharnais
272f89962a mode marche yesssssssss 2026-03-31 19:53:25 -04:00
Antoine PerreaultE
52c72e9a61 inverser 2026-03-31 19:52:24 -04:00
Antoine PerreaultE
4d1b353e25 limelighter coriger 2026-03-31 19:20:34 -04:00
samuel desharnais
9d09af20b0 vfdrty 2026-03-31 19:11:09 -04:00
29 changed files with 660 additions and 407 deletions

View File

@@ -1,4 +1,9 @@
{ {
"System Joysticks": {
"window": {
"enabled": false
}
},
"keyboardJoysticks": [ "keyboardJoysticks": [
{ {
"axisConfig": [ "axisConfig": [

View File

@@ -79,9 +79,9 @@
} }
}, },
{ {
"type": "path", "type": "named",
"data": { "data": {
"pathName": "MonterReservoir" "name": "gauche"
} }
}, },
{ {

View File

@@ -35,12 +35,6 @@
"pathName": "Tir" "pathName": "Tir"
} }
}, },
{
"type": "named",
"data": {
"name": "Limelighter"
}
},
{ {
"type": "named", "type": "named",
"data": { "data": {

View File

@@ -42,11 +42,9 @@
} }
}, },
{ {
"type": "named", "type": "deadline",
"data": { "data": {
"name": "Limelighter" "commands": [
}
},
{ {
"type": "named", "type": "named",
"data": { "data": {
@@ -56,7 +54,10 @@
{ {
"type": "named", "type": "named",
"data": { "data": {
"name": "TournerA180" "name": "Aspirer"
}
}
]
} }
}, },
{ {
@@ -78,9 +79,9 @@
} }
}, },
{ {
"type": "path", "type": "named",
"data": { "data": {
"pathName": "MonterMur" "name": "droite"
} }
}, },
{ {

View File

@@ -1,37 +0,0 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "TirerSimple"
}
},
{
"type": "named",
"data": {
"name": "DescendreBalayeuse"
}
},
{
"type": "named",
"data": {
"name": "Limelighter"
}
},
{
"type": "named",
"data": {
"name": "Lancer"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}

View File

@@ -4,6 +4,12 @@
"type": "sequential", "type": "sequential",
"data": { "data": {
"commands": [ "commands": [
{
"type": "path",
"data": {
"pathName": "tirgrimpe1"
}
},
{ {
"type": "named", "type": "named",
"data": { "data": {
@@ -15,15 +21,9 @@
"data": { "data": {
"commands": [ "commands": [
{ {
"type": "wait", "type": "named",
"data": { "data": {
"waitTime": 3.0 "name": "Lancer"
}
},
{
"type": "path",
"data": {
"pathName": "Depot"
} }
}, },
{ {
@@ -35,36 +35,6 @@
] ]
} }
}, },
{
"type": "path",
"data": {
"pathName": "Tir"
}
},
{
"type": "named",
"data": {
"name": "Limelighter"
}
},
{
"type": "named",
"data": {
"name": "Lancer"
}
},
{
"type": "named",
"data": {
"name": "TournerAZero"
}
},
{
"type": "path",
"data": {
"pathName": "GrimperReservoir"
}
},
{ {
"type": "named", "type": "named",
"data": { "data": {
@@ -78,9 +48,9 @@
} }
}, },
{ {
"type": "path", "type": "named",
"data": { "data": {
"pathName": "MonterReservoir" "name": "gauche"
} }
}, },
{ {

View File

@@ -16,11 +16,11 @@
}, },
{ {
"anchor": { "anchor": {
"x": 0.4938659058487873, "x": 0.23509272467902986,
"y": 5.917574893009986 "y": 5.917574893009986
}, },
"prevControl": { "prevControl": {
"x": 1.0372895863052785, "x": 0.778516405135521,
"y": 5.930513552068473 "y": 5.930513552068473
}, },
"nextControl": null, "nextControl": null,

View File

@@ -3,25 +3,25 @@
"waypoints": [ "waypoints": [
{ {
"anchor": { "anchor": {
"x": 2.4476034236804565, "x": 1.878,
"y": 4.85660485021398 "y": 5.154
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 1.6971611982881591, "x": 1.1275577746077026,
"y": 4.85660485021398 "y": 5.154
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
}, },
{ {
"anchor": { "anchor": {
"x": 1.0761055634807417, "x": 1.0372895863052778,
"y": 4.85660485021398 "y": 5.011868758915835
}, },
"prevControl": { "prevControl": {
"x": 1.503081312410841, "x": 1.4642653352353772,
"y": 4.869543509272469 "y": 5.024807417974324
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,

View File

@@ -3,25 +3,25 @@
"waypoints": [ "waypoints": [
{ {
"anchor": { "anchor": {
"x": 2.4476034236804565, "x": 1.878,
"y": 4.85660485021398 "y": 5.154
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 2.3958487874465044, "x": 1.8262453637660478,
"y": 2.695848787446506 "y": 2.993243937232526
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
}, },
{ {
"anchor": { "anchor": {
"x": 1.0502282453637657, "x": 2.0076890156918683,
"y": 2.4758915834522113 "y": 2.2041797432239663
}, },
"prevControl": { "prevControl": {
"x": 2.292339514978602, "x": 3.2498002853067054,
"y": 2.3982596291012843 "y": 2.1265477888730393
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,
@@ -42,7 +42,7 @@
}, },
"goalEndState": { "goalEndState": {
"velocity": 0, "velocity": 0,
"rotation": 0.0 "rotation": 32.10625595511781
}, },
"reversed": false, "reversed": false,
"folder": null, "folder": null,

View File

@@ -3,25 +3,25 @@
"waypoints": [ "waypoints": [
{ {
"anchor": { "anchor": {
"x": 0.5197432239657629, "x": 0.29978601997146925,
"y": 5.930513552068473 "y": 5.917574893009986
}, },
"prevControl": null, "prevControl": null,
"nextControl": { "nextControl": {
"x": 1.6971611982881594, "x": 1.4772039942938657,
"y": 5.995206847360913 "y": 5.982268188302426
}, },
"isLocked": false, "isLocked": false,
"linkedName": null "linkedName": null
}, },
{ {
"anchor": { "anchor": {
"x": 2.4476034236804565, "x": 1.8783024251069897,
"y": 4.85660485021398 "y": 5.154194008559203
}, },
"prevControl": { "prevControl": {
"x": 2.382910128388017, "x": 1.8136091298145502,
"y": 5.400028530670471 "y": 5.6976176890156935
}, },
"nextControl": null, "nextControl": null,
"isLocked": false, "isLocked": false,

View File

@@ -0,0 +1,54 @@
{
"version": "2025.0",
"waypoints": [
{
"anchor": {
"x": 3.5991440798858774,
"y": 2.3465049928673327
},
"prevControl": null,
"nextControl": {
"x": 2.589928673323822,
"y": 1.7513266761768898
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 1.8783024251069897,
"y": 2.3465049928673327
},
"prevControl": {
"x": 2.706376604850214,
"y": 1.7125106990014274
},
"nextControl": null,
"isLocked": false,
"linkedName": null
}
],
"rotationTargets": [],
"constraintZones": [],
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
"nominalVoltage": 12.0,
"unlimited": false
},
"goalEndState": {
"velocity": 0,
"rotation": 33.11134196037204
},
"reversed": false,
"folder": null,
"idealStartingState": {
"velocity": 0,
"rotation": 180.0
},
"useDefaultConstraints": true
}

View File

@@ -20,6 +20,8 @@ import edu.wpi.first.wpilibj2.command.button.CommandXboxController;
import frc.robot.commands.Aspirer; import frc.robot.commands.Aspirer;
import frc.robot.commands.DescendreBalyeuse; import frc.robot.commands.DescendreBalyeuse;
import frc.robot.commands.DescendreGrimpeur; import frc.robot.commands.DescendreGrimpeur;
import frc.robot.commands.DescendreGrimpeurPlus;
import frc.robot.commands.Inverser;
import frc.robot.commands.Lancer; import frc.robot.commands.Lancer;
import frc.robot.commands.LancerAspirer; import frc.robot.commands.LancerAspirer;
import frc.robot.commands.LancerBaseVitesse; import frc.robot.commands.LancerBaseVitesse;
@@ -30,6 +32,8 @@ import frc.robot.commands.ModeOposerDemeleur;
import frc.robot.commands.MonterBalyeuse; import frc.robot.commands.MonterBalyeuse;
import frc.robot.commands.MonterGrimpeur; import frc.robot.commands.MonterGrimpeur;
import frc.robot.commands.ModeAuto.AspirerAuto; import frc.robot.commands.ModeAuto.AspirerAuto;
import frc.robot.commands.ModeAuto.BougerDroiteAuto;
import frc.robot.commands.ModeAuto.BougerGaucheAuto;
import frc.robot.commands.ModeAuto.GrimperMur; import frc.robot.commands.ModeAuto.GrimperMur;
import frc.robot.commands.ModeAuto.GrimperReservoir; import frc.robot.commands.ModeAuto.GrimperReservoir;
import frc.robot.commands.ModeAuto.LancerAuto; import frc.robot.commands.ModeAuto.LancerAuto;
@@ -42,8 +46,8 @@ import frc.robot.generated.TunerConstants;
import frc.robot.subsystems.Balayeuse; import frc.robot.subsystems.Balayeuse;
import frc.robot.subsystems.CommandSwerveDrivetrain; import frc.robot.subsystems.CommandSwerveDrivetrain;
import frc.robot.subsystems.Grimpeur; import frc.robot.subsystems.Grimpeur;
//import frc.robot.subsystems.LEDSubsystem;
import frc.robot.subsystems.Lanceur; import frc.robot.subsystems.Lanceur;
import frc.robot.subsystems.Led;
import frc.robot.subsystems.LimeLight3; import frc.robot.subsystems.LimeLight3;
import frc.robot.subsystems.Limelight3G; import frc.robot.subsystems.Limelight3G;
@@ -54,7 +58,7 @@ public class RobotContainer {
Lanceur lanceur = new Lanceur(); Lanceur lanceur = new Lanceur();
LimeLight3 limeLight3 = new LimeLight3(); LimeLight3 limeLight3 = new LimeLight3();
Limelight3G limeLight3G = new Limelight3G(); Limelight3G limeLight3G = new Limelight3G();
Led led = new Led(); //LEDSubsystem ledSubsystem = new LEDSubsystem();
CommandXboxController manette = new CommandXboxController(0); CommandXboxController manette = new CommandXboxController(0);
CommandXboxController manette1 = new CommandXboxController(1); CommandXboxController manette1 = new CommandXboxController(1);
private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond); // kSpeedAt12Volts desired top speed private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond); // kSpeedAt12Volts desired top speed
@@ -64,15 +68,13 @@ public class RobotContainer {
private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric() private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric()
.withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1) // Add a 10% deadband .withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1) // Add a 10% deadband
.withDriveRequestType(DriveRequestType.OpenLoopVoltage); // Use open-loop control for drive motors .withDriveRequestType(DriveRequestType.OpenLoopVoltage); // Use open-loop control for drive motors
private final SwerveRequest.SwerveDriveBrake brake = new SwerveRequest.SwerveDriveBrake();
private final SwerveRequest.PointWheelsAt point = new SwerveRequest.PointWheelsAt();
private final Telemetry logger = new Telemetry(MaxSpeed);
public final CommandSwerveDrivetrain drivetrain = TunerConstants.createDrivetrain(); public final CommandSwerveDrivetrain drivetrain = TunerConstants.createDrivetrain();
public RobotContainer() { public RobotContainer() {
NamedCommands.registerCommand("droite", new BougerDroiteAuto(drivetrain));
NamedCommands.registerCommand("gauche", new BougerGaucheAuto(drivetrain));
NamedCommands.registerCommand("GrimperMur", new GrimperMur(limeLight3,drivetrain)); NamedCommands.registerCommand("GrimperMur", new GrimperMur(limeLight3,drivetrain));
NamedCommands.registerCommand("GrimperReservoir", new GrimperReservoir(limeLight3G,drivetrain)); NamedCommands.registerCommand("GrimperReservoir", new GrimperReservoir(limeLight3G,drivetrain));
NamedCommands.registerCommand("Lancer", new LancerAuto(lanceur, limeLight3G)); NamedCommands.registerCommand("Lancer", new LancerAuto(lanceur, limeLight3G));
@@ -94,11 +96,12 @@ public class RobotContainer {
} }
private void configureBindings() { private void configureBindings() {
//ledSubsystem.setDefaultCommand(ledSubsystem.updateLEDs());
drivetrain.setDefaultCommand( drivetrain.setDefaultCommand(
drivetrain.applyRequest(() -> drivetrain.applyRequest(() ->
drive.withVelocityY(MathUtil.applyDeadband(-manette.getLeftX()*Math.abs(-manette.getLeftX())*MaxSpeed*0.7, 0.05)) drive.withVelocityY(MathUtil.applyDeadband(-manette.getLeftX()*Math.abs(-manette.getLeftX())*MaxSpeed*0.7, 0.05))
.withVelocityX(MathUtil.applyDeadband(-manette.getLeftY()*Math.abs(-manette.getLeftY())*MaxSpeed*0.7, 0.05)) .withVelocityX(MathUtil.applyDeadband(-manette.getLeftY()*Math.abs(-manette.getLeftY())*MaxSpeed*0.7, 0.05))
.withRotationalRate(MathUtil.applyDeadband(-manette.getRightX()*Math.abs(-manette.getRightX())*MaxAngularRate, 0.05)) .withRotationalRate(MathUtil.applyDeadband(-manette.getRightX()*Math.abs(-manette.getRightX())*MaxAngularRate*1.5, 0.05))
) )
); );
//manette 1 //manette 1
@@ -108,7 +111,7 @@ public class RobotContainer {
// manette1.povLeft().whileTrue(drivetrain.sysIdDynamic(SysIdRoutine.Direction.kReverse)); // manette1.povLeft().whileTrue(drivetrain.sysIdDynamic(SysIdRoutine.Direction.kReverse));
manette.povUp().whileTrue(new MonterGrimpeur(grimpeur)); manette.povUp().whileTrue(new MonterGrimpeur(grimpeur));
manette.povDown().whileTrue(new DescendreGrimpeur(grimpeur)); manette.povDown().whileTrue(new DescendreGrimpeurPlus(grimpeur));
manette.rightTrigger().whileTrue(new Lancer(lanceur, limeLight3G)); manette.rightTrigger().whileTrue(new Lancer(lanceur, limeLight3G));
manette.leftTrigger().whileTrue(new Limelighter(limeLight3G, drivetrain)); manette.leftTrigger().whileTrue(new Limelighter(limeLight3G, drivetrain));
manette.leftBumper().whileTrue(new DescendreBalyeuse(balayeuse)); manette.leftBumper().whileTrue(new DescendreBalyeuse(balayeuse));
@@ -126,7 +129,10 @@ public class RobotContainer {
manette1.b().whileTrue(new ModeOposer(lanceur)); manette1.b().whileTrue(new ModeOposer(lanceur));
manette1.a().whileTrue(new ModeOposerDemeleur(lanceur)); manette1.a().whileTrue(new ModeOposerDemeleur(lanceur));
manette1.y().whileTrue(new ModeOposerBalayeuse(balayeuse)); manette1.y().whileTrue(new ModeOposerBalayeuse(balayeuse));
manette1.povUp().whileTrue(new LancerAuto(lanceur, limeLight3G)); manette1.povRight().whileTrue(new BougerDroiteAuto(drivetrain));
manette1.povLeft().whileTrue(new BougerGaucheAuto(drivetrain));
manette1.povDown().whileTrue(new DescendreGrimpeur(grimpeur));
manette1.start().whileTrue(new Inverser(drivetrain));
} }
public Command getAutonomousCommand() { public Command getAutonomousCommand() {

View File

@@ -13,6 +13,7 @@ public class DescendreGrimpeur extends Command {
/** Creates a new DescendreGrimpeur. */ /** Creates a new DescendreGrimpeur. */
public DescendreGrimpeur(Grimpeur grimpeur) { public DescendreGrimpeur(Grimpeur grimpeur) {
this.grimpeur = grimpeur; this.grimpeur = grimpeur;
addRequirements(grimpeur);
// Use addRequirements() here to declare subsystem dependencies. // Use addRequirements() here to declare subsystem dependencies.
} }
@@ -24,18 +25,21 @@ public class DescendreGrimpeur extends Command {
@Override @Override
public void execute() { public void execute() {
if(!grimpeur.Limit()){ if(!grimpeur.Limit()){
grimpeur.Grimper(-0.4); grimpeur.GrimperGauche(-0.4);
grimpeur.GrimperDroit(-0.4);
} }
else{ else{
grimpeur.Reset(); grimpeur.Reset();
grimpeur.Grimper(0); grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
} }
} }
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.
@Override @Override
public void end(boolean interrupted) { public void end(boolean interrupted) {
grimpeur.Grimper(0); grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
} }
// Returns true when the command should end. // Returns true when the command should end.

View File

@@ -0,0 +1,50 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands;
import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.Grimpeur;
/* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */
public class DescendreGrimpeurPlus extends Command {
private Grimpeur grimpeur;
/** Creates a new DescendreGrimpeur. */
public DescendreGrimpeurPlus(Grimpeur grimpeur) {
this.grimpeur = grimpeur;
addRequirements(grimpeur);
// Use addRequirements() here to declare subsystem dependencies.
}
// Called when the command is initially scheduled.
@Override
public void initialize() {}
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
if(!grimpeur.Limit()){
grimpeur.GrimperGauche(-0.4);
grimpeur.GrimperDroit(-0.4);
}
else{
grimpeur.Reset();
grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
}
}
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
}
// Returns true when the command should end.
@Override
public boolean isFinished() {
return false;
}
}

View File

@@ -5,33 +5,33 @@
package frc.robot.commands; package frc.robot.commands;
import edu.wpi.first.wpilibj2.command.Command; import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.subsystems.Led; import frc.robot.subsystems.CommandSwerveDrivetrain;
/* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */ /* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */
public class RainBowAnim extends Command { public class Inverser extends Command {
private Led led; CommandSwerveDrivetrain drivetrain;
/** Creates a new RainBowAnim. */ boolean inverse = false;
public RainBowAnim(Led led) { /** Creates a new Inverser. */
this.led = led; public Inverser(CommandSwerveDrivetrain drivetrain) {
addRequirements(led); this.drivetrain = drivetrain;
addRequirements(drivetrain);
// Use addRequirements() here to declare subsystem dependencies. // Use addRequirements() here to declare subsystem dependencies.
} }
// Called when the command is initially scheduled. // Called when the command is initially scheduled.
@Override @Override
public void initialize() { public void initialize() {
led.RainBow(); drivetrain.getPigeon2().setYaw(drivetrain.getPigeon2().getYaw().getValueAsDouble()+180);
} }
// Called every time the scheduler runs while the command is scheduled. // Called every time the scheduler runs while the command is scheduled.
@Override @Override
public void execute() {} public void execute() {
}
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.
@Override @Override
public void end(boolean interrupted) { public void end(boolean interrupted) {}
led.RainBowStop();
}
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override

View File

@@ -20,7 +20,7 @@ public class Lancer extends Command {
private PIDController pidController; private PIDController pidController;
private Limelight3G limeLight3G; private Limelight3G limeLight3G;
private Timer timer; private Timer timer;
double vitesse = 0.5; double vitesse = 0;
double botx = 0; double botx = 0;
double boty = 0; double boty = 0;
Optional<Alliance> alliance = DriverStation.getAlliance(); Optional<Alliance> alliance = DriverStation.getAlliance();
@@ -48,7 +48,9 @@ public class Lancer extends Command {
public void execute() { public void execute() {
double[] BotPose = new double[6]; double[] BotPose = new double[6];
if(limeLight3G.getV()){ if(limeLight3G.getV()){
if(!alliance.isPresent()){return;} if(!alliance.isPresent()){
return;
}
if(alliance.get() == Alliance.Blue){ if(alliance.get() == Alliance.Blue){
BotPose = limeLight3G.getBotPoseBlue(); BotPose = limeLight3G.getBotPoseBlue();
} }
@@ -59,19 +61,23 @@ public class Lancer extends Command {
boty = BotPose[1]; boty = BotPose[1];
vitesse = 410.57 * ((Math.sqrt(Math.pow(Math.abs(4.625594-botx), 2) + Math.pow(Math.abs(4.034536-boty), 2)))) + 2250; vitesse = 410.57 * ((Math.sqrt(Math.pow(Math.abs(4.625594-botx), 2) + Math.pow(Math.abs(4.034536-boty), 2)))) + 2250;
} }
if(limeLight3G.getV()){ // if(limeLight3G.getV()){
System.out.println(vitesse);
if(vitesse > 2000){
double output = pidController.calculate(lanceur.Vitesse(),vitesse); double output = pidController.calculate(lanceur.Vitesse(),vitesse);
lanceur.Lancer(output); lanceur.Lancer(output);
System.out.println(output);
if(lanceur.Vitesse() >= vitesse-800){ if(lanceur.Vitesse() >= vitesse-800){
timer.start(); timer.start();
if(timer.get() >1){ if(timer.get() >1){
lanceur.Demeler(1); lanceur.Demeler(1);
} }
}
else{
lanceur.Lancer(3500);
} }
} }
// }
} }
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.

View File

@@ -7,6 +7,7 @@ package frc.robot.commands;
import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType; import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.swerve.SwerveRequest; import com.ctre.phoenix6.swerve.SwerveRequest;
import edu.wpi.first.math.MathUtil;
import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.DriverStation.Alliance; import edu.wpi.first.wpilibj.DriverStation.Alliance;
import edu.wpi.first.wpilibj2.command.Command; import edu.wpi.first.wpilibj2.command.Command;
@@ -51,9 +52,8 @@ public class Limelighter extends Command {
@Override @Override
public void execute() { public void execute() {
double[] BotPose = new double[6]; double[] BotPose = new double[6];
System.out.println("e");
if (limelight3g.getV()) { if (limelight3g.getV()) {
// BotPose = limelight3g.getBotPoseBlue(); BotPose = limelight3g.getBotPoseBlue();
if (!alliance.isPresent()) { if (!alliance.isPresent()) {
return; return;
} }
@@ -62,8 +62,26 @@ public class Limelighter extends Command {
BotPose = limelight3g.getBotPoseBlue(); BotPose = limelight3g.getBotPoseBlue();
} }
else { else {
x = 11.915394; //x = 11.915394;
x = 4.6;
BotPose = limelight3g.getBotPoseRed(); BotPose = limelight3g.getBotPoseRed();
}
botx = BotPose[0];
boty = BotPose[1];
angle = BotPose[5];
calcul = Math.toRadians(limelight3g.Calcule(boty, 4,botx, x, angle));
System.out.println(calcul);
//drivetrain.setControl(drive.withRotationalRate(MathUtil.clamp(calcul, -3, 3)));
if(calcul > -5 && calcul < 5){
drivetrain.setControl(
drive.withRotationalRate(0));
}
else if(calcul > 5){
drivetrain.setControl(
drive.withRotationalRate(2));
}
else if(calcul < -5){
drivetrain.setControl(drive.withRotationalRate(-2));
} }
botx = BotPose[1]; botx = BotPose[1];
boty = BotPose[0]; boty = BotPose[0];

View File

@@ -0,0 +1,69 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands.ModeAuto;
import static edu.wpi.first.units.Units.*;
import java.util.Optional;
import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.swerve.SwerveRequest;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
import edu.wpi.first.wpilibj.DriverStation.Alliance;
import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.generated.TunerConstants;
import frc.robot.subsystems.CommandSwerveDrivetrain;
/* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */
public class BougerDroiteAuto extends Command {
CommandSwerveDrivetrain drivetrain;
Timer timer = new Timer();
private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond);
private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond);
Optional<Alliance> alliance;
private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric()
.withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1)
.withDriveRequestType(DriveRequestType.OpenLoopVoltage);
/** Creates a new AvanceAuto. */
public BougerDroiteAuto(CommandSwerveDrivetrain drivetrain) {
this.drivetrain = drivetrain;
addRequirements(drivetrain);
// Use addRequirements() here to declare subsystem dependencies.
}
// Called when the command is initially scheduled.
@Override
public void initialize() {
alliance = DriverStation.getAlliance();
timer.reset();
timer.start();
}
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
if(timer.get() < 1.25){
drivetrain.setControl(drive.withVelocityY(-1.5));
}
else{
drivetrain.setControl(drive.withVelocityY(0));
}
}
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
drivetrain.setControl(drive.withVelocityY(0));
timer.stop();
}
// Returns true when the command should end.
@Override
public boolean isFinished() {
return timer.get() > 1;
}
}

View File

@@ -0,0 +1,69 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands.ModeAuto;
import static edu.wpi.first.units.Units.*;
import java.util.Optional;
import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.swerve.SwerveRequest;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.Timer;
import edu.wpi.first.wpilibj.DriverStation.Alliance;
import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.generated.TunerConstants;
import frc.robot.subsystems.CommandSwerveDrivetrain;
/* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */
public class BougerGaucheAuto extends Command {
CommandSwerveDrivetrain drivetrain;
Timer timer = new Timer();
private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond);
private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond);
Optional<Alliance> alliance;
private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric()
.withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1)
.withDriveRequestType(DriveRequestType.OpenLoopVoltage);
/** Creates a new AvanceAuto. */
public BougerGaucheAuto(CommandSwerveDrivetrain drivetrain) {
this.drivetrain = drivetrain;
addRequirements(drivetrain);
// Use addRequirements() here to declare subsystem dependencies.
}
// Called when the command is initially scheduled.
@Override
public void initialize() {
alliance = DriverStation.getAlliance();
timer.reset();
timer.start();
}
// Called every time the scheduler runs while the command is scheduled.
@Override
public void execute() {
if(timer.get() < 1.25){
drivetrain.setControl(drive.withVelocityY(1.5));
}
else{
drivetrain.setControl(drive.withVelocityY(0));
}
}
// Called once the command ends or is interrupted.
@Override
public void end(boolean interrupted) {
drivetrain.setControl(drive.withVelocityY(0));
timer.stop();
}
// Returns true when the command should end.
@Override
public boolean isFinished() {
return timer.get() > 1;
}
}

View File

@@ -14,12 +14,14 @@ import com.ctre.phoenix6.hardware.Pigeon2;
import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType; import com.ctre.phoenix6.swerve.SwerveModule.DriveRequestType;
import com.ctre.phoenix6.swerve.SwerveRequest; import com.ctre.phoenix6.swerve.SwerveRequest;
import edu.wpi.first.math.MathUtil;
import edu.wpi.first.wpilibj.DriverStation; import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.DriverStation.Alliance; import edu.wpi.first.wpilibj.DriverStation.Alliance;
import edu.wpi.first.wpilibj2.command.Command; import edu.wpi.first.wpilibj2.command.Command;
import frc.robot.generated.TunerConstants; import frc.robot.generated.TunerConstants;
import frc.robot.subsystems.CommandSwerveDrivetrain; import frc.robot.subsystems.CommandSwerveDrivetrain;
import frc.robot.subsystems.LimeLight3; import frc.robot.subsystems.LimeLight3;
import frc.robot.subsystems.Limelight3G;
/* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */ /* You should consider using the more terse Command factories API instead https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands */
public class GrimperMur extends Command { public class GrimperMur extends Command {
@@ -31,6 +33,7 @@ public class GrimperMur extends Command {
double x; double x;
double y; double y;
double angle; double angle;
double pigeonAngle;
private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond); private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond);
private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond); private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond);
Optional<Alliance> alliance = DriverStation.getAlliance(); Optional<Alliance> alliance = DriverStation.getAlliance();
@@ -49,51 +52,63 @@ public class GrimperMur extends Command {
@Override @Override
public void initialize() { public void initialize() {
alliance = DriverStation.getAlliance(); alliance = DriverStation.getAlliance();
// if(drivetrain.Equipe()){
// angle+=180;
// }
} }
// Called every time the scheduler runs while the command is scheduled. // Called every time the scheduler runs while the command is scheduled.
@Override @Override
public void execute() { public void execute() {
if(limeLight3.getV()){
BotPose = limeLight3.getBotPoseBlue(); BotPose = limeLight3.getBotPoseBlue();
botx = BotPose[0]; botx = BotPose[0];
boty = BotPose[1]; boty = BotPose[1];
System.out.println(drivetrain.getPigeon2().getYaw().getValueAsDouble());
if(angle < 0){ if(angle < 0){
angle = angle + 360; angle = angle + 360;
} }
if(alliance.get() == Alliance.Blue){ if(alliance.get() == Alliance.Red){
y = 5; pigeonAngle = drivetrain.getPigeon2().getYaw().getValueAsDouble();
x = 1.11; System.out.println(pigeonAngle);
angle = 0; y = 3.6;
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() > 350 || drivetrain.getPigeon2().getYaw().getValueAsDouble() < 10){ x = 15;
drivetrain.setControl(drive.withVelocityY(y-boty).withVelocityX(x-botx));
}
else{
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >0 && drivetrain.getPigeon2().getYaw().getValueAsDouble() <180){
drivetrain.setControl(drive.withRotationalRate(-0.5*180/Math.PI));
}
else if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >180){
drivetrain.setControl(drive.withRotationalRate(0.5*180/Math.PI));
}
}
}
else{
x = 11.45966;
y = 6.959326;
angle = 180; angle = 180;
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() > 170 && drivetrain.getPigeon2().getYaw().getValueAsDouble() < 190){ if(pigeonAngle> 358 || pigeonAngle< 2){
drivetrain.setControl(drive.withVelocityY(y-boty).withVelocityX(x-botx)); drivetrain.setControl(drive.withVelocityY(MathUtil.clamp((-(y-boty)*10), -2, 2)).withVelocityX(MathUtil.clamp((-(x-botx)*10),-2,2)).withRotationalRate(0));
} }
else{ else{
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >0 && drivetrain.getPigeon2().getYaw().getValueAsDouble() <180){ if(pigeonAngle>180){
drivetrain.setControl(drive.withRotationalRate(0.5*180/Math.PI)); drivetrain.setControl(drive.withVelocityY(0).withVelocityX(0).withRotationalRate(1));
} }
else if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >180){ else{
drivetrain.setControl(drive.withRotationalRate(-0.5*180/Math.PI)); drivetrain.setControl(drive.withVelocityY(0).withVelocityX(0).withRotationalRate(-1));
} }
} }
} }
else{
pigeonAngle = drivetrain.getPigeon2().getYaw().getValueAsDouble();
System.out.println(pigeonAngle);
y = 4.4;
x = 1.6;
angle = 0;
if(pigeonAngle> 182 || pigeonAngle< 178){
drivetrain.setControl(drive.withVelocityY(MathUtil.clamp(((y-boty)*10), -2, 2)).withVelocityX(MathUtil.clamp(((x-botx)*10),-2,2)).withRotationalRate(0));
}
else{
if(pigeonAngle>0 && pigeonAngle<180){
drivetrain.setControl(drive.withVelocityY(0).withVelocityX(0).withRotationalRate(-1));
System.out.println("x");
}
else if(pigeonAngle>180){
System.out.println("e");
drivetrain.setControl(drive.withVelocityY(0).withVelocityX(0).withRotationalRate(1));
}
}
}
}
else{
drivetrain.setControl(drive.withVelocityX(0).withVelocityY(0).withRotationalRate(0));
}
} }
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.
@@ -105,6 +120,6 @@ public class GrimperMur extends Command {
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override
public boolean isFinished() { public boolean isFinished() {
return (y-boty < 0.05 && y-boty >-0.05) && (x-botx < 0.05 && x-botx > -0.05); return (y-boty < 0.2 && y-boty >-0.2) && (x-botx < 0.06 && x-botx > -0.06);
} }
} }

View File

@@ -32,9 +32,10 @@ public class GrimperReservoir extends Command {
double x; double x;
double y; double y;
double angle; double angle;
double pigeonAngle;
private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond); private double MaxSpeed = TunerConstants.kSpeedAt12Volts.in(MetersPerSecond);
private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond); private double MaxAngularRate = RotationsPerSecond.of(0.75).in(RadiansPerSecond);
Optional<Alliance> alliance = DriverStation.getAlliance(); Optional<Alliance> alliance;
private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric() private final SwerveRequest.FieldCentric drive = new SwerveRequest.FieldCentric()
.withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1) .withDeadband(MaxSpeed * 0.1).withRotationalDeadband(MaxAngularRate * 0.1)
.withDriveRequestType(DriveRequestType.OpenLoopVoltage); .withDriveRequestType(DriveRequestType.OpenLoopVoltage);
@@ -50,49 +51,54 @@ public class GrimperReservoir extends Command {
@Override @Override
public void initialize() { public void initialize() {
alliance = DriverStation.getAlliance(); alliance = DriverStation.getAlliance();
// if(drivetrain.Equipe()){
// drivetrain.getPigeon2().setYaw(drivetrain.getPigeon2().getYaw().getValueAsDouble()+180);
// }
} }
// Called every time the scheduler runs while the command is scheduled. // Called every time the scheduler runs while the command is scheduled.
@Override @Override
public void execute() { public void execute() {
if(limeLight3G.getV()){ if(limeLight3G.getV()){
BotPose = limeLight3G.getBotPoseBlue(); BotPose = limeLight3G.getBotPoseBlue();
botx = BotPose[0]; botx = BotPose[0];
boty = BotPose[1]; boty = BotPose[1];
System.out.println(drivetrain.getPigeon2().getYaw().getValueAsDouble());
if(angle < 0){ if(angle < 0){
angle = angle + 360; angle = angle + 360;
} }
if(alliance.get() == Alliance.Red){ if(alliance.get() == Alliance.Red){
y = 6.959326; pigeonAngle = drivetrain.getPigeon2().getYaw().getValueAsDouble();
x = 13.57966; System.out.println(pigeonAngle);
y = 5.2;
x = 15.6;
angle = 180; angle = 180;
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() < 190 && drivetrain.getPigeon2().getYaw().getValueAsDouble() > 170){ if(pigeonAngle< 190 && pigeonAngle> 170){
drivetrain.setControl(drive.withVelocityY(MathUtil.clamp(((y-boty)*5), -2, 2)).withVelocityX(MathUtil.clamp(((x-botx)*5),-2,2))); drivetrain.setControl(drive.withVelocityY(MathUtil.clamp((-(y-boty)*10), -2, 2)).withVelocityX(MathUtil.clamp((-(x-botx)*10),-2,2)));
} }
else{ else{
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >0 && drivetrain.getPigeon2().getYaw().getValueAsDouble() <180){ if(pigeonAngle>180){
drivetrain.setControl(drive.withRotationalRate(1));
}
else if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >180){
drivetrain.setControl(drive.withRotationalRate(-1)); drivetrain.setControl(drive.withRotationalRate(-1));
} }
else{
drivetrain.setControl(drive.withRotationalRate(1));
}
} }
} }
else{ else{
pigeonAngle = drivetrain.getPigeon2().getYaw().getValueAsDouble()+180;
System.out.println(pigeonAngle);
y = 2.6; y = 2.6;
x = 1.11; x = 1.11;
angle = 0; angle = 0;
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() > 358 || drivetrain.getPigeon2().getYaw().getValueAsDouble() < 2){ if(pigeonAngle> 358 || pigeonAngle< 2){
drivetrain.setControl(drive.withVelocityY(MathUtil.clamp(((y-boty)*5), -2, 2)).withVelocityX(MathUtil.clamp(((x-botx)*5),-2,2)).withRotationalRate(0)); drivetrain.setControl(drive.withVelocityY(MathUtil.clamp(((y-boty)*10), -2, 2)).withVelocityX(MathUtil.clamp(((x-botx)*10),-2,2)).withRotationalRate(0));
} }
else{ else{
if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >0 && drivetrain.getPigeon2().getYaw().getValueAsDouble() <180){ if(pigeonAngle>0 && pigeonAngle<180){
drivetrain.setControl(drive.withRotationalRate(-1)); drivetrain.setControl(drive.withRotationalRate(-1));
System.out.println("x"); System.out.println("x");
} }
else if(drivetrain.getPigeon2().getYaw().getValueAsDouble() >180){ else if(pigeonAngle>180){
System.out.println("e"); System.out.println("e");
drivetrain.setControl(drive.withRotationalRate(1)); drivetrain.setControl(drive.withRotationalRate(1));
} }
@@ -113,6 +119,6 @@ public class GrimperReservoir extends Command {
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override
public boolean isFinished() { public boolean isFinished() {
return (y-boty < 0.1 && y-boty >-0.1) && (x-botx < 0.1 && x-botx > -0.1); return (y-boty < 0.2 && y-boty >-0.2) && (x-botx < 0.06 && x-botx > -0.06);
} }
} }

View File

@@ -53,7 +53,7 @@ public class LimelighterAuto extends Command {
double[] BotPose = new double[6]; double[] BotPose = new double[6];
System.out.println("e"); System.out.println("e");
if (limelight3g.getV()) { if (limelight3g.getV()) {
// BotPose = limelight3g.getBotPoseBlue(); BotPose = limelight3g.getBotPoseBlue();
if (!alliance.isPresent()) { if (!alliance.isPresent()) {
return; return;
} }
@@ -62,28 +62,29 @@ public class LimelighterAuto extends Command {
BotPose = limelight3g.getBotPoseBlue(); BotPose = limelight3g.getBotPoseBlue();
} }
else { else {
x = 11.915394; // x = 11.915394;
x = 4.6;
BotPose = limelight3g.getBotPoseRed(); BotPose = limelight3g.getBotPoseRed();
} }
botx = BotPose[1]; botx = BotPose[0];
boty = BotPose[0]; boty = BotPose[1];
angle = drivetrain.getPigeon2().getYaw().getValueAsDouble(); angle = BotPose[5];
calcul = limelight3g.Calcule(botx, x, boty, 4, angle); calcul = limelight3g.Calcule(botx, x, boty, 4, angle);
if(angle > 180){
angle -= 360;
}
if(calcul > -5 && calcul < 5){ if(calcul > -5 && calcul < 5){
drivetrain.setControl( drivetrain.setControl(
drive.withRotationalRate(0)); drive.withRotationalRate(0));
} }
else if(calcul > 5){ else if(calcul > 5){
drivetrain.setControl( drivetrain.setControl(
drive.withRotationalRate(-0.5*(2*Math.PI))); drive.withRotationalRate(2));
} }
else if(calcul < -5){ else if(calcul < -5){
drivetrain.setControl( drivetrain.setControl(drive.withRotationalRate(-2));
drive.withRotationalRate(-0.5*(2*Math.PI)));
} }
// botx = BotPose[1];
// boty = BotPose[0];
// angle = drivetrain.getPigeon2().getYaw().getValueAsDouble();
// calcul = limelight3g.Calcule(botx, x, boty, 4, angle);
// if(calcul < -5 && calcul > -180){ // if(calcul < -5 && calcul > -180){
// drivetrain.setControl( // drivetrain.setControl(
// drive.withRotationalRate(0.5*(2*Math.PI))); // drive.withRotationalRate(0.5*(2*Math.PI)));
@@ -92,7 +93,7 @@ public class LimelighterAuto extends Command {
// drivetrain.setControl( // drivetrain.setControl(
// drive.withRotationalRate(-0.5*(2*Math.PI))); // drive.withRotationalRate(-0.5*(2*Math.PI)));
// } // }
// else if(calcul >= 180){ // else if(calcul < -5){
// drivetrain.setControl( // drivetrain.setControl(
// drive.withRotationalRate(-0.5*(2*Math.PI))); // drive.withRotationalRate(-0.5*(2*Math.PI)));
// } // }
@@ -129,3 +130,4 @@ public class LimelighterAuto extends Command {
return calcul > -5 && calcul < 5; return calcul > -5 && calcul < 5;
} }
} }

View File

@@ -13,6 +13,7 @@ public class MonterGrimpeur extends Command {
/** Creates a new MonterGrimpeur. */ /** Creates a new MonterGrimpeur. */
public MonterGrimpeur(Grimpeur grimpeur) { public MonterGrimpeur(Grimpeur grimpeur) {
this.grimpeur = grimpeur; this.grimpeur = grimpeur;
addRequirements(grimpeur);
// Use addRequirements() here to declare subsystem dependencies. // Use addRequirements() here to declare subsystem dependencies.
} }
@@ -25,18 +26,21 @@ public class MonterGrimpeur extends Command {
public void execute() { public void execute() {
if(Math.abs(grimpeur.Position()) < grimpeur.PositionFinal()){ if(Math.abs(grimpeur.Position()) < grimpeur.PositionFinal()){
grimpeur.Grimper(0.5); grimpeur.GrimperGauche(0.5);
grimpeur.GrimperDroit(0.5);
System.out.println("monte"); System.out.println("monte");
} }
else { else {
grimpeur.Grimper(0); grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
} }
} }
// Called once the command ends or is interrupted. // Called once the command ends or is interrupted.
@Override @Override
public void end(boolean interrupted) { public void end(boolean interrupted) {
grimpeur.Grimper(0); grimpeur.GrimperGauche(0);
grimpeur.GrimperDroit(0);
} }
// Returns true when the command should end. // Returns true when the command should end.

View File

@@ -55,7 +55,6 @@ public class CommandSwerveDrivetrain extends TunerSwerveDrivetrain implements Su
private final SwerveRequest.SysIdSwerveTranslation m_translationCharacterization = new SwerveRequest.SysIdSwerveTranslation(); private final SwerveRequest.SysIdSwerveTranslation m_translationCharacterization = new SwerveRequest.SysIdSwerveTranslation();
private final SwerveRequest.SysIdSwerveSteerGains m_steerCharacterization = new SwerveRequest.SysIdSwerveSteerGains(); private final SwerveRequest.SysIdSwerveSteerGains m_steerCharacterization = new SwerveRequest.SysIdSwerveSteerGains();
private final SwerveRequest.SysIdSwerveRotation m_rotationCharacterization = new SwerveRequest.SysIdSwerveRotation(); private final SwerveRequest.SysIdSwerveRotation m_rotationCharacterization = new SwerveRequest.SysIdSwerveRotation();
/* SysId routine for characterizing translation. This is used to find PID gains for the drive motors. */ /* SysId routine for characterizing translation. This is used to find PID gains for the drive motors. */
private final SysIdRoutine m_sysIdRoutineTranslation = new SysIdRoutine( private final SysIdRoutine m_sysIdRoutineTranslation = new SysIdRoutine(
new SysIdRoutine.Config( new SysIdRoutine.Config(
@@ -254,7 +253,6 @@ public class CommandSwerveDrivetrain extends TunerSwerveDrivetrain implements Su
else if(getPigeon2().getYaw().getValueAsDouble() < 0){ else if(getPigeon2().getYaw().getValueAsDouble() < 0){
getPigeon2().setYaw(getPigeon2().getYaw().getValueAsDouble()+360); getPigeon2().setYaw(getPigeon2().getYaw().getValueAsDouble()+360);
} }
/* /*
* Periodically try to apply the operator perspective. * Periodically try to apply the operator perspective.
* If we haven't applied the operator perspective before, then we should apply it regardless of DS state. * If we haven't applied the operator perspective before, then we should apply it regardless of DS state.

View File

@@ -5,7 +5,6 @@
package frc.robot.subsystems; package frc.robot.subsystems;
import com.revrobotics.spark.SparkMax; import com.revrobotics.spark.SparkMax;
import com.revrobotics.spark.config.SparkMaxConfig;
import com.revrobotics.spark.SparkLowLevel.MotorType; import com.revrobotics.spark.SparkLowLevel.MotorType;
import edu.wpi.first.networktables.GenericEntry; import edu.wpi.first.networktables.GenericEntry;
@@ -18,26 +17,42 @@ public class Grimpeur extends SubsystemBase {
ShuffleboardTab teb = Shuffleboard.getTab("teb"); ShuffleboardTab teb = Shuffleboard.getTab("teb");
SparkMax grimpeur1 = new SparkMax(3, MotorType.kBrushless); SparkMax grimpeur1 = new SparkMax(3, MotorType.kBrushless);
SparkMax grimpeur2 = new SparkMax(12, MotorType.kBrushless); SparkMax grimpeur2 = new SparkMax(12, MotorType.kBrushless);
SparkMaxConfig slaveConfig = new SparkMaxConfig();
// SparkMaxConfig slaveConfig = new SparkMaxConfig();
DigitalInput limit = new DigitalInput(0); DigitalInput limit = new DigitalInput(0);
private GenericEntry EncodeurGrimpeur = private GenericEntry EncodeurGrimpeur = teb.add("Position haut grimpeur", 100).getEntry();
teb.add("Position haut grimpeur", 101).getEntry();
public void Grimper(double vitesse){ // public void Grimper(double vitesse){
// grimpeur1.configure(slaveConfig, ResetMode.kNoResetSafeParameters,
// PersistMode.kPersistParameters);
// grimpeur2.configure(slaveConfig.follow(grimpeur1),
// ResetMode.kNoResetSafeParameters, PersistMode.kPersistParameters);
// grimpeur1.set(vitesse);
// }
public void GrimperGauche(double vitesse) {
grimpeur1.set(vitesse); grimpeur1.set(vitesse);
}
public void GrimperDroit(double vitesse) {
grimpeur2.set(vitesse); grimpeur2.set(vitesse);
} }
public double Position() { public double Position() {
return grimpeur1.getEncoder().getPosition(); return grimpeur1.getEncoder().getPosition();
} }
public void Reset() { public void Reset() {
grimpeur1.getEncoder().setPosition(0); grimpeur1.getEncoder().setPosition(0);
} }
public boolean Limit() { public boolean Limit() {
return limit.get(); return limit.get();
} }
public double PositionFinal() { public double PositionFinal() {
return EncodeurGrimpeur.getDouble(101); return EncodeurGrimpeur.getDouble(100);
} }
/** Creates a new Grimpeur. */ /** Creates a new Grimpeur. */
public Grimpeur() { public Grimpeur() {
teb.addDouble("encodeur grimpeur", this::Position); teb.addDouble("encodeur grimpeur", this::Position);

View File

@@ -0,0 +1,149 @@
// /* Generated by Phoenix Tuner X */
// package frc.robot.subsystems;
// import edu.wpi.first.networktables.GenericEntry;
// import edu.wpi.first.wpilibj.DriverStation;
// import edu.wpi.first.wpilibj.Timer;
// import edu.wpi.first.wpilibj.shuffleboard.BuiltInWidgets;
// import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
// import edu.wpi.first.wpilibj.shuffleboard.ShuffleboardTab;
// import edu.wpi.first.wpilibj2.command.Command;
// import edu.wpi.first.wpilibj2.command.SubsystemBase;
// import com.ctre.phoenix6.CANBus;
// import com.ctre.phoenix6.controls.SolidColor;
// import com.ctre.phoenix6.hardware.CANdle;
// import com.ctre.phoenix6.signals.RGBWColor;
// /**
// * Subsystem that controls an addressable LED strip using a CANdle.
// */
// public class LEDSubsystem extends SubsystemBase {
// Timer _timer;
// boolean q = true;
// ShuffleboardTab teb = Shuffleboard.getTab("teb");
// private GenericEntry equipe =
// teb.add("equipe commence (bleu = ouvert, rouge = fermé)", true).withWidget(BuiltInWidgets.kToggleSwitch).getEntry();
// private final CANBus kCANBus = new CANBus("rio");
// private final CANdle m_candle = new CANdle(17, kCANBus);
// public void Bleu(){
// m_candle.setControl(new SolidColor(0, 80).withColor(new RGBWColor(255, 0, 0, 0)));
// }
// public void Rouge(){
// m_candle.setControl(new SolidColor(0, 80).withColor(new RGBWColor(0, 0, 255, 0)));
// }
// public void Vert(){
// m_candle.setControl(new SolidColor(0, 80).withColor(new RGBWColor(0, 255, 0, 0)));
// }
// public void Noir(){
// m_candle.setControl(new SolidColor(0, 80).withColor(new RGBWColor(0, 0, 0, 0)));
// }
// public void Flash(boolean couleur){
// Timer timer = new Timer();
// if(timer.get() <0.5){
// if(couleur){
// Bleu();
// }
// else{
// Rouge();
// }
// }
// else{
// Noir();
// timer.reset();
// }
// }
// public LEDSubsystem() {
// setDefaultCommand(updateLEDs());
// _timer = new Timer();
// _timer.start();
// }
// public boolean Equipe(){
// return equipe.getBoolean(false);
// }
// /**
// * Updates the animations and LEDs of the CANdle.
// *
// * @return Command to run
// */
// public Command updateLEDs() {
// return run(() -> {
// // if(q){
// // _timer.reset();
// // q = false;
// // }
// double temps = _timer.get();
// System.out.println(temps);
// if(Equipe()){
// if(temps > 30){
// Vert();
// }
// else if(temps > 52){
// Bleu();
// }
// else if(temps > 55){
// Flash(true);
// }
// else if(temps > 67){
// Rouge();
// }
// else if(temps > 70){
// Flash(false);
// }
// else if(temps > 103){
// Bleu();
// }
// else if(temps > 105){
// Flash(true);
// }
// else if(temps > 127){
// Rouge();
// }
// else if(temps > 130){
// Flash(false);
// }
// else if(temps < 140){
// Vert();
// }
// }
// else{
// if(temps > 110){
// Vert();
// }
// else if(temps > 88){
// Rouge();
// }
// else if(temps > 85){
// Flash(false);
// }
// else if(temps > 63){
// Bleu();
// }
// else if(temps > 60){
// Flash(true);
// }
// else if(temps > 33){
// Rouge();
// }
// else if(temps > 30){
// Flash(false);
// }
// else if(temps > 13){
// Bleu();
// }
// else if(temps > 10){
// Flash(true);
// }
// else if(temps < 10){
// Vert();
// }
// }
// // _timer.stop();
// });
// }
// }

View File

@@ -1,145 +0,0 @@
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import com.ctre.phoenix.led.CANdle;
import com.ctre.phoenix.led.RainbowAnimation;
import edu.wpi.first.networktables.GenericEntry;
import edu.wpi.first.wpilibj.DriverStation;
import edu.wpi.first.wpilibj.shuffleboard.BuiltInWidgets;
import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
import edu.wpi.first.wpilibj.shuffleboard.ShuffleboardTab;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
public class Led extends SubsystemBase {
ShuffleboardTab teb = Shuffleboard.getTab("teb");
private GenericEntry equipe =
teb.add("equipe commence (bleu = ouvert, rouge = fermé)", true).withWidget(BuiltInWidgets.kToggleSwitch).getEntry();
@SuppressWarnings("removal")
CANdle CANDle = new CANdle(17);
@SuppressWarnings("removal")
RainbowAnimation rainbowAnim = new RainbowAnimation();
@SuppressWarnings("removal")
public void bleu(){
CANDle.setLEDs(0, 0, 255,0,0,8);
CANDle.setLEDs(0, 0, 255,0,16,8);
CANDle.setLEDs(0, 0, 255,0,32,8);
// CANDle.setLEDs(0, 0, 255,0,56,8);
// CANDle.setLEDs(0, 0, 255,0,72,8);
// CANDle.setLEDs(0, 0, 255,0,88,8);
// CANDle.setLEDs(0, 0, 255,0,104,8);
// CANDle.setLEDs(0, 0, 255,0,120,8);
// CANDle.setLEDs(0, 0, 255,0,136,8);
}
@SuppressWarnings("removal")
public void Vert1(){
CANDle.setLEDs(0, 255, 0,0,0,8);
CANDle.setLEDs(0, 255, 0,0,16,8);
CANDle.setLEDs(0, 255, 0,0,32,8);
// CANDle.setLEDs(0, 255, 0,0,56,8);
// CANDle.setLEDs(0, 255, 0,0,72,8);
// CANDle.setLEDs(0, 255, 0,0,88,8);
// CANDle.setLEDs(0, 255, 0,0,104,8);
// CANDle.setLEDs(0, 255, 0,0,120,8);
// CANDle.setLEDs(0, 255, 0,0,136,8);
}
@SuppressWarnings("removal")
public void Rouge(){
CANDle.setLEDs(255, 0, 0,0,0,8);
CANDle.setLEDs(255, 0, 0,0,16,8);
CANDle.setLEDs(255, 0, 0,0,32,8);
// CANDle.setLEDs(255, 0, 0,0,48,8);
// CANDle.setLEDs(255, 0, 0,0,64,8);
// CANDle.setLEDs(255, 0, 0,0,80,8);
// CANDle.setLEDs(255, 0, 0,0,96,8);
// CANDle.setLEDs(255, 0, 0,0,112,8);
// CANDle.setLEDs(255, 0, 0,0,128,8);
}
@SuppressWarnings("removal")
public void Jaune2(){
CANDle.setLEDs(255, 255, 0,0,8,8);
CANDle.setLEDs(255, 255, 0,0,24,8);
CANDle.setLEDs(255, 255, 0,0,40,8);
// CANDle.setLEDs(255, 255, 0,0,56,8);
// CANDle.setLEDs(255, 255, 0,0,72,8);
// CANDle.setLEDs(255, 255, 0,0,88,8);
// CANDle.setLEDs(255, 255, 0,0,104,8);
// CANDle.setLEDs(255, 255, 0,0,120,8);
// CANDle.setLEDs(255, 255, 0,0,136,8);
}
@SuppressWarnings("removal")
public void Rouge2(){
CANDle.setLEDs(255, 0, 0,0,8,8);
CANDle.setLEDs(255, 0, 0,0,24,8);
CANDle.setLEDs(255, 0, 0,0,40,8);
// CANDle.setLEDs(255, 0, 0,0,56,8);
// CANDle.setLEDs(255, 0, 0,0,72,8);
// CANDle.setLEDs(255, 0, 0,0,88,8);
// CANDle.setLEDs(255, 0, 0,0,104,8);
// CANDle.setLEDs(255, 0, 0,0,120,8);
// CANDle.setLEDs(255, 0, 0,0,136,8);
}
@SuppressWarnings("removal")
public void RainBow(){
CANDle.animate(rainbowAnim);
}
@SuppressWarnings("removal")
public void RainBowStop(){
CANDle.animate(null);
}
public boolean Equipe(){
return equipe.getBoolean(true);
}
/** Creates a new Led. */
public Led() {}
@Override
public void periodic() {
double temps = DriverStation.getMatchTime();
if(temps > 20 && temps < 30){
Vert1();
}
if(Equipe()){
if(temps > 30 && temps < 55){
bleu();
}
else if(temps > 30 && temps < 80){
Rouge();
}
else if(temps > 80 && temps < 105){
bleu();
}
else if(temps > 105 && temps < 130){
Rouge();
}
else{
RainBow();
}
}
else{
if(temps > 30 && temps < 55){
Rouge();
}
else if(temps > 30 && temps < 80){
bleu();
}
else if(temps > 80 && temps < 105){
Rouge();
}
else if(temps > 105 && temps < 130){
bleu();
}
else{
RainBow();
}
}
// This method will be called once per scheduler run
}
}

View File

@@ -22,13 +22,13 @@ public class LimeLight3 extends SubsystemBase {
} }
public double[] getBotPoseBlue(){ public double[] getBotPoseBlue(){
NetworkTable limelightTable = NetworkTableInstance.getDefault().getTable("limelight-balaie"); NetworkTable limelightTable = NetworkTableInstance.getDefault().getTable("limelight-balaie");
NetworkTableEntry BotPoseEntry = limelightTable.getEntry("botpose_orb_wpiblue"); NetworkTableEntry BotPoseEntry = limelightTable.getEntry("botpose_wpiblue");
double[] BotPose = BotPoseEntry.getDoubleArray(new double[7]); double[] BotPose = BotPoseEntry.getDoubleArray(new double[7]);
return BotPose; return BotPose;
} }
public double[] getBotPoseRed(){ public double[] getBotPoseRed(){
NetworkTable limelightTable = NetworkTableInstance.getDefault().getTable("limelight-balaie"); NetworkTable limelightTable = NetworkTableInstance.getDefault().getTable("limelight-balaie");
NetworkTableEntry BotPoseEntry = limelightTable.getEntry("botpose_orb_wpired"); NetworkTableEntry BotPoseEntry = limelightTable.getEntry("botpose_wpired");
double[] BotPose = BotPoseEntry.getDoubleArray(new double[7]); double[] BotPose = BotPoseEntry.getDoubleArray(new double[7]);
return BotPose; return BotPose;
} }

View File

@@ -69,10 +69,10 @@ NetworkTable table = NetworkTableInstance.getDefault().getTable("limelight-tag")
// } // }
// } // }
if(y1 > y2){ if(y1 > y2){
return Math.atan((x2 - x1) / (y2 - y1)) * (180 / Math.PI) - angle; return Math.toDegrees(Math.atan((x2 - x1) /(y2 - y1))) - angle;
} }
else{ else{
return Math.atan((x2 - x1) / (y2 - y1)) * (180 / Math.PI)-360 - angle; return Math.toDegrees(-Math.atan((x2 - x1) / (y2 - y1))) - angle;
} }
} }
@Override @Override