Enable tuning opmodes

This commit is contained in:
Yash Karandikar 2022-11-07 16:45:54 -06:00
parent add1c09bdd
commit de5f89010d
2 changed files with 0 additions and 4 deletions

View file

@ -10,7 +10,6 @@ import com.acmerobotics.dashboard.telemetry.MultipleTelemetry;
import com.acmerobotics.roadrunner.geometry.Pose2d;
import com.acmerobotics.roadrunner.util.NanoClock;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.util.RobotLog;
@ -32,7 +31,6 @@ import java.util.List;
* 4. Adjust the encoder data based on the velocity tuning data and find kA with another linear
* regression.
*/
@Disabled
@Config
@Autonomous(group = "drive")

View file

@ -17,7 +17,6 @@ import com.acmerobotics.roadrunner.profile.MotionProfileGenerator;
import com.acmerobotics.roadrunner.profile.MotionState;
import com.acmerobotics.roadrunner.util.NanoClock;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.util.RobotLog;
@ -40,7 +39,6 @@ import java.util.Objects;
* user to reset the position of the bot in the event that it drifts off the path.
* Pressing B/O (Xbox/PS4) will cede control back to the tuning process.
*/
@Disabled
@Config
@Autonomous(group = "drive")