Sloth load works

This commit is contained in:
2026-02-12 19:51:50 -06:00
parent 0d4189e15d
commit 645267d05f
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ import java.util.List;
@Config
@TeleOp
public class TeleopV3 extends LinearOpMode {
public static double manualVel = 3000;
public static double manualVel = 1000;
//Testing a new comment
public static double hoodDefaultPos = 0.5;

View File

@@ -12,6 +12,7 @@ repositories {
dependencies {
implementation 'org.firstinspires.ftc:Inspection: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:RobotServer:11.1.0'
implementation 'org.firstinspires.ftc:OnBotJava:11.1.0'