RobotContainer - frc6995/NOMAD-Base-2020 GitHub Wiki

RobotContainer Organization

    createConstantsFiles();
    createSubsystems();
    createControllerProfiles();
    createControllers();
    createCommands();
    configureButtonBindings();
    configureDefaultCommands();
  }

The RobotContainer class has a constructor made up of several smaller methods. Each one creates or configures a different part of the code.