Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

@TeleOp(group = "3")
public class ForwardTranslationalAutoTuner extends OpMode {
public static double BETA_LARGE = 0.6;
public static double BETA_SMALL = 0.9;
public static double BETA_LARGE = 0.02;
public static double BETA_SMALL = 0.0185;

public static double VELOCITY_CORRECTION_AGGRESSIVENESS = 4.3;
public static double ACCEL_AGGRESSIVENESS = 1.0;
Expand Down