![]() |
1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
|
#include "main.h"#include "globals.h"#include "pros/misc.h"#include "autonRoutines.h"#include "lemlib/api.hpp"#include "lemlib/util.hpp"Go to the source code of this file.
Functions | |
| void | auton2 () |
| void | auton3 () |
| rd::Selector | selector ({ {"Red Right", red_right}, {"Test auton 2", auton2}, {"Test auton 3", auton3}, }) |
| void | initialize () |
| void | disabled () |
| void | competition_initialize () |
| void | autonomous () |
| void | opcontrol () |
Variables | |
| rd::Console | console |
| void auton2 | ( | ) |
| void auton3 | ( | ) |
| void autonomous | ( | ) |
Definition at line 52 of file main.cpp.
References selector().
| void disabled | ( | ) |
| void initialize | ( | ) |
Definition at line 30 of file main.cpp.
References agitator(), chassis, and console.
| void opcontrol | ( | ) |
Definition at line 56 of file main.cpp.
References agitator(), aligner(), chassis, controller, intakeMotor(), matchload_mech(), midMotor(), midRollerHeight(), and topRoller().
| rd::Selector selector | ( | { {"Red Right", red_right}, {"Test auton 2", auton2}, {"Test auton 3", auton3}, } | ) |
References auton2(), auton3(), and red_right().
Referenced by autonomous(), and disabled().
| rd::Console console |
Definition at line 27 of file main.cpp.
Referenced by initialize().