File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838import edu .wpi .first .wpilibj2 .command .Command ;
3939import edu .wpi .first .wpilibj2 .command .Commands ;
4040import edu .wpi .first .wpilibj2 .command .ConditionalCommand ;
41- import edu .wpi .first .wpilibj2 .command .button .RobotModeTriggers ;
4241import edu .wpi .first .wpilibj2 .command .button .Trigger ;
43- import edu .wpi .first .wpilibj2 .command .sysid .SysIdRoutine .Direction ;
4442import frc .robot .Constants .DriveConstants ;
4543import frc .robot .Constants .Mode ;
4644import frc .robot .Constants .ReefLevel ;
@@ -496,16 +494,6 @@ private void configureTestModeBindings() {
496494 );
497495
498496 gamepad_ .rightBumper ().and (testModeTrigger ).toggleOnTrue (DriveCommands .feedforwardCharacterization (drivebase_ ));
499-
500- RobotModeTriggers .test ().and (gamepad_ .leftStick ()).onTrue (Commands .sequence (
501- manipulator_ .armSysIdDynamic (Direction .kForward ),
502- Commands .waitSeconds (1 ),
503- manipulator_ .armSysIdDynamic (Direction .kReverse ),
504- Commands .waitSeconds (1 ),
505- manipulator_ .armSysIdQuasistatic (Direction .kForward ),
506- Commands .waitSeconds (1 ),
507- manipulator_ .armSysIdQuasistatic (Direction .kReverse )
508- ));
509497 }
510498
511499 boolean isArmOkToRaise () {
You can’t perform that action at this time.
0 commit comments