Package frc.robot.commands
Class TankDrive
java.lang.Object
edu.wpi.first.wpilibj2.command.CommandBase
frc.robot.commands.TankDrive
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,edu.wpi.first.wpilibj2.command.Command
public class TankDrive
extends edu.wpi.first.wpilibj2.command.CommandBase
Uses joystick values to drive the bot in teleop.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TankDrive() -
Method Summary
Modifier and Type Method Description voidexecute()Methods inherited from class edu.wpi.first.wpilibj2.command.CommandBase
addRequirements, getName, getRequirements, getSubsystem, initSendable, setName, setSubsystem, withNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait