43444546474849
// instantiate the command used for the autonomous period //autonomousCommand = new ExampleCommand(); // Initialize all subsystems CommandBase.init(); autonomousCommand = new AutonomousCommand(); }