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:
parent
47408ccf69
commit
47c08f6843
@ -50,7 +50,7 @@ void DentRobot::RobotInit() {
|
|||||||
SmartDashboard::PutNumber("Gyro kP", -0.02);
|
SmartDashboard::PutNumber("Gyro kP", -0.02);
|
||||||
printf("Starting compressor\n");
|
printf("Starting compressor\n");
|
||||||
pneumatics->SetCompressorEnabled(true);
|
pneumatics->SetCompressorEnabled(true);
|
||||||
pneumatics->SetElevatorArmOpen(true);
|
pneumatics->SetElevatorArmOpen(false);
|
||||||
}
|
}
|
||||||
void DentRobot::DisabledPeriodic() {
|
void DentRobot::DisabledPeriodic() {
|
||||||
Scheduler::GetInstance()->Run();
|
Scheduler::GetInstance()->Run();
|
||||||
|
Loading…
Reference in New Issue
Block a user