diff --git a/RELENTLESS/src/autons.cpp b/RELENTLESS/src/autons.cpp index c5400ad..5a07c43 100644 --- a/RELENTLESS/src/autons.cpp +++ b/RELENTLESS/src/autons.cpp @@ -39,7 +39,7 @@ void test_auton() { //Drive backwards, turn to get the next triball off the line driveSync(-48, true); // Move away from the goal towards the nearest triball - turnChassis(-90); // Turn to the triball and intake + turnSync(-90); // Turn to the triball and intake driveSync(12, true); // chassis.set_drive_pid(2, DRIVE_SPEED, false, true);