// teleop starts running. If you want the autonomous to
// continue until interrupted by another command, remove
// this line or comment it out.
autonomousCommand.cancel();
driveTrainCommand = new DriveTrainCommand();
manualCommand = new ManualCommand();
catapultCommand = new CatapultCommand();
}