mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
conversions
This commit is contained in:
@@ -10,11 +10,11 @@ import frc4388.robot.Robot;
|
||||
// NOTE: Consider using this command inline, rather than writing a subclass. For more
|
||||
// information, see:
|
||||
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
|
||||
public class AutoBalanceTF2 extends PelvicInflamitoryDisease {
|
||||
public class AutoBalance extends PelvicInflamitoryDisease {
|
||||
Robot.MicroBot bot;
|
||||
|
||||
/** Creates a new AutoBalanceTF2. */
|
||||
public AutoBalanceTF2(Robot.MicroBot bot) {
|
||||
public AutoBalance(Robot.MicroBot bot) {
|
||||
super(.7, .1, 15, 0);
|
||||
addRequirements(bot);
|
||||
this.bot = bot;
|
||||
|
||||
Reference in New Issue
Block a user