This commit is contained in:
Antoine PerreaultE
2023-02-13 19:14:01 -05:00
parent 42f4fd28ab
commit 862c449dc8
4 changed files with 2 additions and 24 deletions

View File

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