Package org.firstinspires.ftc.teamcode.fy24.robots


package org.firstinspires.ftc.teamcode.fy24.robots
  • Classes
    Class
    Description
    Represents a complete robot consisting of up to 5 subsystems.
    Robot-specific parameters that are not used directly by the Robot but by external things, usually processors.
    Subsystems are encapsulated in this class, so their Parameters are too.
    RobotRoundhouse stores Robot24.Parameters for every Robot that currently exists.