1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
Loading...
Searching...
No Matches
globals.h File Reference
#include "lemlib/chassis/chassis.hpp"
#include "pros/misc.hpp"

Go to the source code of this file.

Variables

pros::Controller controller
 
pros::MotorGroup rightMotors
 
pros::MotorGroup leftMotors
 
lemlib::Drivetrain drivetrain
 
pros::IMU imu
 
pros::Rotation horizontal_tracking_sensor
 
pros::Rotation vertical_tracking_sensor
 
lemlib::TrackingWheel horizontal_tracking_wheel
 
lemlib::TrackingWheel vertical_tracking_wheel
 
lemlib::OdomSensors sensors
 
lemlib::ControllerSettings lateral_controller
 
lemlib::ControllerSettings angular_controller
 
lemlib::ExpoDriveCurve throttle_curve
 
lemlib::ExpoDriveCurve steer_curve
 
lemlib::Chassis chassis
 

Variable Documentation

◆ angular_controller

lemlib::ControllerSettings angular_controller
extern

Referenced by chassis().

◆ chassis

lemlib::Chassis chassis
extern

Referenced by initialize().

◆ controller

pros::Controller controller
extern

◆ drivetrain

lemlib::Drivetrain drivetrain
extern

Referenced by chassis().

◆ horizontal_tracking_sensor

pros::Rotation horizontal_tracking_sensor
extern

Definition at line 16 of file globals.cpp.

◆ horizontal_tracking_wheel

lemlib::TrackingWheel horizontal_tracking_wheel
extern

◆ imu

pros::IMU imu
extern

◆ lateral_controller

lemlib::ControllerSettings lateral_controller
extern

Referenced by chassis().

◆ leftMotors

pros::MotorGroup leftMotors
extern

Definition at line 9 of file globals.cpp.

◆ rightMotors

pros::MotorGroup rightMotors
extern

◆ sensors

lemlib::OdomSensors sensors
extern

Referenced by chassis().

◆ steer_curve

lemlib::ExpoDriveCurve steer_curve
extern

Referenced by chassis().

◆ throttle_curve

lemlib::ExpoDriveCurve throttle_curve
extern

Referenced by chassis().

◆ vertical_tracking_sensor

pros::Rotation vertical_tracking_sensor
extern

Definition at line 17 of file globals.cpp.

◆ vertical_tracking_wheel

lemlib::TrackingWheel vertical_tracking_wheel
extern

Definition at line 19 of file globals.cpp.