mirror of
https://github.com/TimeCrafters/FTC_2022
synced 2025-12-15 16:42:35 +00:00
Changed tele op
This commit is contained in:
@@ -4,6 +4,7 @@ import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
|
||||
|
||||
import org.cyberarm.engine.V2.CyberarmEngine;
|
||||
import org.timecrafters.TeleOp.states.PhoenixBot1;
|
||||
import org.timecrafters.TeleOp.states.PhoenixTeleOPState;
|
||||
|
||||
@TeleOp (name = "APhoenixTeleOP")
|
||||
|
||||
@@ -15,7 +16,6 @@ public class PhoenixTeleOP extends CyberarmEngine {
|
||||
public void setup() {
|
||||
|
||||
robot = new PhoenixBot1(this);
|
||||
|
||||
// addState(new PhoenixTeleOPState(robot));
|
||||
addState(new PhoenixTeleOPState(robot));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user