This commit is contained in:
2023-03-07 18:54:18 -05:00
8 changed files with 41 additions and 5 deletions

View File

@@ -66,9 +66,8 @@ public void BrakeFerme(){
brakegauche.set(Value.kReverse);
}
public void resetGyro(){
try {gyroscope.reset();} catch(Exception e){DriverStation.reportError("bye bye",true);
{gyroscope.reset();}
}
}
/** Creates a new BasePilotable. */
public BasePilotable() {
droit.setInverted(true);