This commit is contained in:
EdwardFaucher
2023-02-22 19:08:42 -05:00
14 changed files with 71 additions and 16 deletions

View File

@@ -76,5 +76,7 @@ public void resetGyro(){
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);
}
}
}