refactored pedro into libs
This commit is contained in:
@@ -20,7 +20,7 @@ import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
|
||||
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
|
||||
|
||||
import org.firstinspires.ftc.teamcode.constants.Color;
|
||||
import org.firstinspires.ftc.teamcode.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.libs.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.utils.Flywheel;
|
||||
import org.firstinspires.ftc.teamcode.utils.Robot;
|
||||
import org.firstinspires.ftc.teamcode.utils.Servos;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.firstinspires.ftc.teamcode.pedroPathing;
|
||||
package org.firstinspires.ftc.teamcode.libs.pedroPathing;
|
||||
|
||||
import com.acmerobotics.dashboard.config.Config;
|
||||
import com.pedropathing.control.FilteredPIDFCoefficients;
|
||||
@@ -1,12 +1,12 @@
|
||||
package org.firstinspires.ftc.teamcode.pedroPathing;
|
||||
package org.firstinspires.ftc.teamcode.libs.pedroPathing;
|
||||
|
||||
import static com.pedropathing.math.MathFunctions.quadraticFit;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.changes;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.drawCurrent;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.drawCurrentAndHistory;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.follower;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.stopRobot;
|
||||
import static org.firstinspires.ftc.teamcode.pedroPathing.Tuning.telemetryM;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.changes;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.drawCurrent;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.drawCurrentAndHistory;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.follower;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.stopRobot;
|
||||
import static org.firstinspires.ftc.teamcode.libs.pedroPathing.Tuning.telemetryM;
|
||||
|
||||
import com.acmerobotics.dashboard.FtcDashboard;
|
||||
import com.acmerobotics.dashboard.canvas.Canvas;
|
||||
@@ -25,7 +25,7 @@ import org.firstinspires.ftc.teamcode.constants.Color;
|
||||
import org.firstinspires.ftc.teamcode.constants.ServoPositions;
|
||||
import org.firstinspires.ftc.teamcode.constants.StateEnums;
|
||||
import org.firstinspires.ftc.teamcode.libs.RR.MecanumDrive;
|
||||
import org.firstinspires.ftc.teamcode.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.libs.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.utils.Drivetrain;
|
||||
import org.firstinspires.ftc.teamcode.utils.Flywheel;
|
||||
import org.firstinspires.ftc.teamcode.utils.Light;
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
|
||||
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
|
||||
|
||||
import org.firstinspires.ftc.teamcode.libs.RR.MecanumDrive;
|
||||
import org.firstinspires.ftc.teamcode.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.libs.pedroPathing.Constants;
|
||||
import org.firstinspires.ftc.teamcode.utils.Robot;
|
||||
import org.firstinspires.ftc.teamcode.utils.Turret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user