6
7
8
9
10
14
15
16
17
18
19
20
25
26
27
31
32
33
38
39
40
41
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,...