![]() |
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 () |
Variables | |
| const double | PITCH_CLIMB_THRESHOLD = 15.0 |
| const double | PITCH_LEVEL_THRESHOLD = 5.0 |
| const double | CROSSING_TIMEOUT = 3000 |
| const double | DRIVE_SPEED = 90 |
| const double | HEADING_KP = 2.0 |
| void crossBarrier | ( | ) |
Definition at line 11 of file crossBarrierDetection.cpp.
References chassis, CROSSING_TIMEOUT, DRIVE_SPEED, HEADING_KP, imu, PITCH_CLIMB_THRESHOLD, and PITCH_LEVEL_THRESHOLD.
| const double CROSSING_TIMEOUT = 3000 |
Definition at line 7 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double DRIVE_SPEED = 90 |
Definition at line 8 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double HEADING_KP = 2.0 |
Definition at line 9 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double PITCH_CLIMB_THRESHOLD = 15.0 |
Definition at line 5 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().
| const double PITCH_LEVEL_THRESHOLD = 5.0 |
Definition at line 6 of file crossBarrierDetection.cpp.
Referenced by crossBarrier().