7
8
9
10
15
16
17
18
19
20
21
25
26
27
28
29
30
31
32
36
37
38
39
40
41
42
47
48
49
50
51
55
56
57
58
59
63
64
65
66
67
68
69
The Autonomous class contains classes and functions related to the robot's autonomous behavior.
void AutoDrive(Puncher &puncher, bool autono)
Drives the robot autonomously.
void Auton1()
Runs the autonomous path for the far side defensive game strategy.
static int auton
Sets the number of the autonomous program to use.
void Auton2()
Runs the autonomous path for the near side offensive game strategy.
void AutonSwitcher()
Switches the autonomous program.
void Auton3(Puncher &puncher)
Runs the puncher routine for the Skills Challenge.
Represents a Puncher mechanism for a robot.
The Wings class represents the wings of a robot.
void setState(bool wingState)
Sets the state of the wings.
void run()
Runs the wings.
bool getState()
Gets the current state of the wings.
Contains global variables and type definitions for the Robot namespace.
pros::Controller controller
lemlib::ChassisController_t angularController
pros::Imu inertial_sensor
pros::ADIDigitalOut wing2
pros::Motor_Group drive_right
pros::Motor_Group drive_left
pros::ADIDigitalOut pto_2
pros::ADIDigitalOut pto_1
lemlib::OdomSensors_t sensors
pros::Motor PuncherMotor2
lemlib::ChassisController_t lateralController
lemlib::Drivetrain_t drivetrain
pros::Motor_Group punchers
Contains all objects generated by the 1516B team - Contains all of the subsystems,...