2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00

reversed elevator arm default

This commit is contained in:
Adam Long 2015-10-09 23:46:43 +00:00
parent 47408ccf69
commit 47c08f6843

View File

@ -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();