Class SwerveDriveTemplate
java.lang.Object
org.wildstang.framework.subsystems.swerve.SwerveDriveTemplate
- All Implemented Interfaces:
InputListener,Subsystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidsetAutoHeading(double headingTarget) abstract voidsetAutoValues(double xVelocity, double yVelocity, double xAccel, double yAccel, edu.wpi.first.math.geometry.Pose2d target) abstract voidsetGyro(double degrees) abstract voidabstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildstang.framework.io.InputListener
inputUpdateMethods inherited from interface org.wildstang.framework.subsystems.Subsystem
getName, init, initSubsystems, resetState, selfTest, update
-
Constructor Details
-
SwerveDriveTemplate
public SwerveDriveTemplate()
-
-
Method Details
-
setAutoHeading
public abstract void setAutoHeading(double headingTarget) -
setGyro
public abstract void setGyro(double degrees) -
setToAuto
public abstract void setToAuto() -
setToTeleop
public abstract void setToTeleop() -
setAutoValues
public abstract void setAutoValues(double xVelocity, double yVelocity, double xAccel, double yAccel, edu.wpi.first.math.geometry.Pose2d target)
-