File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11package frc .robot .commands .auton ;
22
3- import java .util .List ;
4-
53import edu .wpi .first .math .geometry .Pose2d ;
64import edu .wpi .first .math .geometry .Rotation2d ;
75import edu .wpi .first .wpilibj2 .command .ParallelCommandGroup ;
2119import frc .robot .subsystems .robotState .RobotStateSubsystem .ScoringLevel ;
2220import frc .robot .subsystems .tagAlign .TagAlignSubsystem ;
2321import frc .robot .subsystems .vision .VisionSubsystem ;
22+ import java .util .List ;
2423
25- public class NonProcessorShallowSlowAutonCommand extends SequentialCommandGroup implements AutoCommandInterface {
26- private PathHandler pathHandler ;
24+ public class NonProcessorShallowSlowAutonCommand extends SequentialCommandGroup
25+ implements AutoCommandInterface {
26+ private PathHandler pathHandler ;
2727 private DriveSubsystem driveSubsystem ;
2828 private DriveAutonServoCommand startPath ;
2929 private CoralSubsystem coralSubsystem ;
@@ -121,5 +121,4 @@ public void reassignAlliance() {
121121 pathHandler .setStartNode (startNode );
122122 // pathHandler.reassignAlliance();
123123 }
124-
125124}
Original file line number Diff line number Diff line change 11package frc .robot .commands .auton ;
22
3- import java .util .List ;
4-
53import edu .wpi .first .math .geometry .Pose2d ;
64import edu .wpi .first .math .geometry .Rotation2d ;
75import edu .wpi .first .wpilibj2 .command .SequentialCommandGroup ;
1917import frc .robot .subsystems .robotState .RobotStateSubsystem .ScoringLevel ;
2018import frc .robot .subsystems .tagAlign .TagAlignSubsystem ;
2119import frc .robot .subsystems .vision .VisionSubsystem ;
20+ import java .util .List ;
2221
23- public class ProcessorShallowSlowAutonCommand extends SequentialCommandGroup implements AutoCommandInterface {
22+ public class ProcessorShallowSlowAutonCommand extends SequentialCommandGroup
23+ implements AutoCommandInterface {
2424
25- private PathHandler pathHandler ;
25+ private PathHandler pathHandler ;
2626 private DriveSubsystem driveSubsystem ;
2727 private DriveAutonServoCommand startPath ;
2828 private CoralSubsystem coralSubsystem ;
@@ -118,5 +118,4 @@ public void reassignAlliance() {
118118 pathHandler .setStartNode (startNode );
119119 // pathHandler.reassignAlliance();
120120 }
121-
122121}
Original file line number Diff line number Diff line change 88import edu .wpi .first .wpilibj .smartdashboard .SmartDashboard ;
99import frc .robot .commands .auton .AutoCommandInterface ;
1010import frc .robot .commands .auton .DefaultAutonCommand ;
11- import frc .robot .commands .auton .NonProcessorShallowAutonCommand ;
1211import frc .robot .commands .auton .NonProcessorShallowSlowAutonCommand ;
13- import frc .robot .commands .auton .ProcessorShallowAutonCommand ;
1412import frc .robot .commands .auton .ProcessorShallowSlowAutonCommand ;
1513import frc .robot .constants .AutonConstants ;
1614import frc .robot .constants .RobotConstants ;
You can’t perform that action at this time.
0 commit comments