2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
42#define PROS_VERSION_MAJOR 3
43#define PROS_VERSION_MINOR 8
44#define PROS_VERSION_PATCH 0
45#define PROS_VERSION_STRING "3.8.0"
48#include "pros/colors.h"
49#include "pros/distance.h"
50#include "pros/error.h"
51#include "pros/ext_adi.h"
55#include "pros/llemu.h"
57#include "pros/motors.h"
58#include "pros/optical.h"
60#include "pros/rotation.h"
61#include "pros/screen.h"
62#include "pros/vision.h"
65#include "pros/adi.hpp"
66#include "pros/distance.hpp"
67#include "pros/gps.hpp"
68#include "pros/imu.hpp"
69#include "pros/llemu.hpp"
70#include "pros/misc.hpp"
71#include "pros/motors.hpp"
72#include "pros/optical.hpp"
73#include "pros/rotation.hpp"
74#include "pros/rtos.hpp"
75#include "pros/screen.hpp"
76#include "pros/vision.hpp"
77#include "pros/link.hpp"
The Wings class represents the wings of a robot.
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,...