1516b Over Under 2.0
Codebase for 1516b over under season
|
Structure that holds instances of all robot subsystems. More...
Public Attributes | |
Robot::Autonomous | autonomous |
Robot::Drivetrain | drivetrain |
Robot::Wings | wings |
Robot::Puncher | puncher |
Robot::Intake | intake |
Robot::Autonomous Robot::RobotSubsystems::autonomous |
Definition at line 32 of file main.cpp.
Referenced by autonomous(), and toggles().
Robot::Drivetrain Robot::RobotSubsystems::drivetrain |
Definition at line 33 of file main.cpp.
Referenced by opcontrol(), and toggles().
Robot::Intake Robot::RobotSubsystems::intake |
Definition at line 36 of file main.cpp.
Referenced by opcontrol().
Robot::Puncher Robot::RobotSubsystems::puncher |
Definition at line 35 of file main.cpp.
Referenced by autonomous(), opcontrol(), and toggles().
Robot::Wings Robot::RobotSubsystems::wings |
Definition at line 34 of file main.cpp.
Referenced by opcontrol().