Commit fde4894 1 parent d0ee3cd commit fde4894 Copy full SHA for fde4894
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public void initialize() {
51
51
52
52
java .sql .Timestamp ts_init ;
53
53
54
- private final boolean noAuto = false ;
54
+ private final boolean noAuto = true ;
55
55
56
56
// Called every time the scheduler runs while the command is scheduled.
57
57
@ Override
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ public IntakeMotors() {
49
49
@ Override
50
50
public void periodic () {
51
51
// This method will be called once per scheduler run
52
- intakeTalonSRX .set (ControlMode .PercentOutput , speed );
53
- intakeFlipSRX .set (ControlMode .Position , nowPos );
52
+ // intakeTalonSRX.set(ControlMode.PercentOutput, speed);
53
+ // intakeFlipSRX.set(ControlMode.Position, nowPos);
54
54
SmartDashboard .putNumber ("intakeFlipSRX_Pos" , intakeFlipSRX .getSelectedSensorPosition ());
55
55
}
56
56
You can’t perform that action at this time.
0 commit comments