This commit is contained in:
2023-02-13 19:31:25 -05:00
9 changed files with 16 additions and 27 deletions

View File

@ -33,7 +33,7 @@ public class Gyro extends CommandBase {
}
else
{
basvjePilotable.drive(0, 0, 0);
basePilotable.drive(0, 0, 0);
}
}