Package frc.team_8840_lib.various
Class SwerveSetup
java.lang.Object
frc.team_8840_lib.listeners.EventListener
frc.team_8840_lib.various.SwerveSetup
Swerve Setup is a tool that allows the user to setup the swerve drive of the robot. But I wouldn't recommend using it haha.
Deprication Note for 2025:
A lot of these need to be updated to 2025 standards for pheonix.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Route.ResolutionhandleSwerveSetup(HttpExchange req, Route.Resolution res) static Route.ResolutionhandleSwerveSetupGet(HttpExchange req, Route.Resolution res) static Route.Resolutionstatic booleanstatic Route.ResolutionnextStep(HttpExchange req, Route.Resolution res) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class frc.team_8840_lib.listeners.EventListener
phase
-
Constructor Details
-
SwerveSetup
public SwerveSetup()
-
-
Method Details
-
isEnabled
public static boolean isEnabled() -
nextStep
-
handleSwerveSetup
-
handleSwerveSetupGet
-
handleSwerveSetupPost
-
robotInit
public void robotInit()- Specified by:
robotInitin classEventListener
-
robotPeriodic
public void robotPeriodic()- Specified by:
robotPeriodicin classEventListener
-
onDisabled
public void onDisabled()- Specified by:
onDisabledin classEventListener
-
onTeleopEnable
public void onTeleopEnable()- Specified by:
onTeleopEnablein classEventListener
-
onFixedTeleop
public void onFixedTeleop() -
onTeleopPeriodic
public void onTeleopPeriodic()- Specified by:
onTeleopPeriodicin classEventListener
-
onAutonomousEnable
public void onAutonomousEnable()- Specified by:
onAutonomousEnablein classEventListener
-
onAutonomousPeriodic
public void onAutonomousPeriodic()- Specified by:
onAutonomousPeriodicin classEventListener
-
onTestEnable
public void onTestEnable()- Specified by:
onTestEnablein classEventListener
-
onTestPeriodic
public void onTestPeriodic()- Specified by:
onTestPeriodicin classEventListener
-
onDisabledPeriodic
public void onDisabledPeriodic()- Specified by:
onDisabledPeriodicin classEventListener
-