autos directory

This commit is contained in:
aarav18
2023-02-25 14:39:41 -07:00
parent bb3325aad1
commit 41f3d4cb12
4 changed files with 5 additions and 7 deletions
@@ -37,6 +37,7 @@ import frc4388.robot.Constants.SwerveDriveConstants.PIDConstants;
import frc4388.robot.commands.AutoBalance;
import frc4388.robot.commands.JoystickPlayback;
import frc4388.robot.commands.JoystickRecorder;
import frc4388.robot.commands.PlaybackChooser;
import frc4388.robot.subsystems.SwerveDrive;
import frc4388.utility.controller.DeadbandedXboxController;
import frc4388.utility.controller.XboxController;
@@ -103,8 +104,6 @@ public class RobotContainer {
chooser.addOption("Taxi", taxi);
SmartDashboard.putData(chooser);
PlaybackChooser playbackChooser = new PlaybackChooser(m_robotSwerveDrive,
"Balance", new AutoBalance(m_robotMap.gyro, m_robotSwerveDrive));