Added a grabber, and added controller support
This commit is contained in:
@@ -18,4 +18,8 @@ public class Arm extends SubsystemBase {
|
||||
motor.set(speed);
|
||||
});
|
||||
}
|
||||
|
||||
public Command stop() {
|
||||
return run(() -> motor.set(0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user