Sloth load works
This commit is contained in:
@@ -33,7 +33,7 @@ import java.util.List;
|
|||||||
@Config
|
@Config
|
||||||
@TeleOp
|
@TeleOp
|
||||||
public class TeleopV3 extends LinearOpMode {
|
public class TeleopV3 extends LinearOpMode {
|
||||||
public static double manualVel = 3000;
|
public static double manualVel = 1000;
|
||||||
//Testing a new comment
|
//Testing a new comment
|
||||||
public static double hoodDefaultPos = 0.5;
|
public static double hoodDefaultPos = 0.5;
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ repositories {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.firstinspires.ftc:Inspection:11.1.0'
|
implementation 'org.firstinspires.ftc:Inspection:11.1.0'
|
||||||
implementation 'org.firstinspires.ftc:Blocks:11.1.0'
|
implementation 'org.firstinspires.ftc:Blocks:11.1.0'
|
||||||
|
//noinspection Aligned16KB
|
||||||
implementation 'org.firstinspires.ftc:RobotCore:11.1.0'
|
implementation 'org.firstinspires.ftc:RobotCore:11.1.0'
|
||||||
implementation 'org.firstinspires.ftc:RobotServer:11.1.0'
|
implementation 'org.firstinspires.ftc:RobotServer:11.1.0'
|
||||||
implementation 'org.firstinspires.ftc:OnBotJava:11.1.0'
|
implementation 'org.firstinspires.ftc:OnBotJava:11.1.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user