![]() |
1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
|
Go to the source code of this file.
Functions | |
| void | crossBarrier (int times=2, bool reverse=false, bool fullyDrop=true) |
Variables | |
| double | PITCH_CLIMB_THRESHOLD = 8 |
| double | PITCH_LEVEL_THRESHOLD = 1 |
| const double | CROSSING_TIMEOUT = 1200 |
| const double | DRIVE_SPEED = 127 |
| const double | HEADING_KP = 6.0 |
| const int | POST_LANDING_TIME = 200 |
| void crossBarrier | ( | int | times = 2, |
| bool | reverse = false, | ||
| bool | fullyDrop = true ) |
Definition at line 12 of file crossBarrierDetection.cpp.
References chassis, CROSSING_TIMEOUT, DRIVE_SPEED, HEADING_KP, imu, leftMotors, matchload(), PITCH_CLIMB_THRESHOLD, PITCH_LEVEL_THRESHOLD, POST_LANDING_TIME, and rightMotors.
Referenced by skills_auton().
| const double CROSSING_TIMEOUT = 1200 |
Definition at line 7 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double DRIVE_SPEED = 127 |
Definition at line 8 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double HEADING_KP = 6.0 |
Definition at line 9 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| double PITCH_CLIMB_THRESHOLD = 8 |
Definition at line 5 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| double PITCH_LEVEL_THRESHOLD = 1 |
Definition at line 6 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const int POST_LANDING_TIME = 200 |
Definition at line 10 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().