@Disabled
@Autonomous(group="drive")
public class ManualFeedforwardTuner
extends com.qualcomm.robotcore.eventloop.opmode.LinearOpMode
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ManualFeedforwardTuner.Mode |
Modifier and Type | Field and Description |
---|---|
private com.acmerobotics.dashboard.FtcDashboard |
dashboard |
static double |
DISTANCE |
private SampleMecanumDrive |
drive |
private ManualFeedforwardTuner.Mode |
mode |
Constructor and Description |
---|
ManualFeedforwardTuner() |
Modifier and Type | Method and Description |
---|---|
private static com.acmerobotics.roadrunner.profile.MotionProfile |
generateProfile(boolean movingForward) |
void |
runOpMode() |
handleLoop, idle, init_loop, init, internalPostInitLoop, internalPostLoop, isStarted, isStopRequested, loop, opModeIsActive, sleep, start, stop, waitForStart
public static double DISTANCE
private com.acmerobotics.dashboard.FtcDashboard dashboard
private SampleMecanumDrive drive
private ManualFeedforwardTuner.Mode mode