I believed the line you are concerned about should be
Code:
Scheduler.getInstance().add(teleopCommand);
Substitute teleopCommand with the drive command that you want to run. That command should be instantiated in robotInit. Also the line should be in teleopInit.