mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Fix Climber and Add Multiple Driver Station Objects
Co-Authored-By: Keenan D. Buckley <hfocus@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,9 @@ public class DisengageRachet extends CommandBase {
|
||||
// Called every time the scheduler runs while the command is scheduled.
|
||||
@Override
|
||||
public void execute() {
|
||||
if (m_climber.climberSafety) {
|
||||
if (m_climber.m_climberSafety) {
|
||||
m_climber.shiftServo(false);
|
||||
System.err.println("Disengage Rachet");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user