// A command group will require all of the subsystems that each member
// would require.
// e.g. if Command1 requires chassis, and Command2 requires arm,
// a CommandGroup containing them would require both the chassis and the
// arm.
addSequential(new WaitCommand(1));
addSequential(new ConveyAutomatic(Autonomous.CONVEY_AUTO_TIME));
}