Skip to content

Commit 56a3bb4

Browse files
author
Robotics
committed
Comp day 1
1 parent 66baa9e commit 56a3bb4

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
2.6 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

FRC2020/src/main/java/frc/robot/commands/MoveWinch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ protected void execute() {
1919

2020
double speed = oi.winch();
2121

22-
if (speed > 0.2 && !RobotMap.bottomLimitSwitch.get()) {
22+
if (speed > 0.2) {
2323
Winch.setSpeed(-1.0);
2424
}
2525
else if ( speed < -0.2 ) {

0 commit comments

Comments
 (0)