Skip to content

RobotContainer

shueja-personal edited this page Jan 26, 2021 · 2 revisions

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.

Clone this wiki locally