![]() |
1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
|
#include "main.h"
#include "command/commandController.h"
#include "command/commandScheduler.h"
#include "robot/globals.h"
#include "robot/intake.h"
#include "units/units.hpp"
Go to the source code of this file.
Functions | |
CommandController | primary (pros::E_CONTROLLER_MASTER) |
void | update_loop () |
void | initialize () |
void | disabled () |
void | competition_initialize () |
void | autonomous () |
void | opcontrol () |
Variables | |
Intake * | intake |
void autonomous | ( | ) |
void initialize | ( | ) |
Definition at line 23 of file main.cpp.
References chassis, intake, primary(), and update_loop().
CommandController primary | ( | pros::E_CONTROLLER_MASTER | ) |
Referenced by initialize().
void update_loop | ( | ) |
Definition at line 15 of file main.cpp.
Referenced by initialize().
Intake* intake |
Definition at line 12 of file main.cpp.
Referenced by initialize().