mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-09 00:38:01 -06:00
LED Command Based
This commit is contained in:
@@ -25,7 +25,7 @@ public class GamerMove extends Command {
|
||||
// Called repeatedly when this Command is scheduled to run
|
||||
@Override
|
||||
protected void execute() {
|
||||
Robot.m_Drive.gamerMove();
|
||||
Robot.m_Drive.driveWithInput(0, 1);
|
||||
}
|
||||
|
||||
// Make this return true when this Command no longer needs to run execute()
|
||||
|
||||
Reference in New Issue
Block a user