diff --git a/DentRobot.cpp b/DentRobot.cpp index 030e049..d1b35c8 100644 --- a/DentRobot.cpp +++ b/DentRobot.cpp @@ -50,7 +50,7 @@ void DentRobot::RobotInit() { SmartDashboard::PutNumber("Gyro kP", -0.02); printf("Starting compressor\n"); pneumatics->SetCompressorEnabled(true); - pneumatics->SetElevatorArmOpen(true); + pneumatics->SetElevatorArmOpen(false); } void DentRobot::DisabledPeriodic() { Scheduler::GetInstance()->Run();