Merge branch 'main' of https://git.demerso.net/PLS5618/pratique-2025
This commit is contained in:
@ -47,7 +47,7 @@ public class Lanceur extends SubsystemBase {
|
||||
public void lance(double vitesse){
|
||||
lanceur1.set(vitesse);lanceur2.set(vitesse);
|
||||
}
|
||||
public void lance(){
|
||||
public void lance(){
|
||||
lance(vitesse.getDouble(0.2));
|
||||
}
|
||||
public void tourelRotation(double x, double y, double rotation){
|
||||
|
@ -6,7 +6,6 @@ package frc.robot.Subsystems;
|
||||
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import edu.wpi.first.net.PortForwarder;
|
||||
import edu.wpi.first.networktables.GenericEntry;
|
||||
import edu.wpi.first.networktables.NetworkTable;
|
||||
import edu.wpi.first.networktables.NetworkTableEntry;
|
||||
import edu.wpi.first.networktables.NetworkTableInstance;
|
||||
|
Reference in New Issue
Block a user