mhc n
This commit is contained in:
@ -71,12 +71,12 @@ public void resetGyro(){
|
||||
|
||||
@Override
|
||||
public void periodic() {
|
||||
teb .add("encodeuravantdroit",0.1);
|
||||
teb .add("encodeurarrieregauche",0.1);
|
||||
teb .add("encodeurarrieredroit",0.1);
|
||||
teb .add("encodeuravantgauche",0.1);
|
||||
teb .add("distance",0.1);
|
||||
teb .add("brakedroit",0.1);
|
||||
teb .add("brakegauche", 0.1);
|
||||
//teb .add("encodeuravantdroit",0.1);
|
||||
//teb .add("encodeurarrieregauche",0.1);
|
||||
//teb .add("encodeurarrieredroit",0.1);
|
||||
//teb .add("encodeuravantgauche",0.1);
|
||||
//teb .add("distance",0.1);
|
||||
//teb .add("brakedroit",0.1);
|
||||
//teb .add("brakegauche", 0.1);
|
||||
}
|
||||
}
|
@ -8,8 +8,6 @@ import edu.wpi.first.wpilibj.DoubleSolenoid;
|
||||
import edu.wpi.first.wpilibj.PneumaticsModuleType;
|
||||
import edu.wpi.first.wpilibj2.command.SubsystemBase;
|
||||
import edu.wpi.first.wpilibj.DoubleSolenoid.Value;
|
||||
import edu.wpi.first.wpilibj.shuffleboard.Shuffleboard;
|
||||
import edu.wpi.first.wpilibj.shuffleboard.ShuffleboardTab;
|
||||
import frc.robot.Constants;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user