mirror of
https://github.com/Team4388/2024AcrossTheRidgebotiverse.git
synced 2026-06-09 00:38:02 -06:00
Add reverse mode
Add reverse mode Add example auto sequential commands TODO: Run with the robot Do math
This commit is contained in:
@@ -143,7 +143,8 @@ public final class Constants {
|
||||
public static final Translation2d RedSpeakerCenter = new Translation2d(7.914259, -3.221609);
|
||||
public static final Translation2d BlueSpeakerCenter = new Translation2d(-8.308975, 1.442593);
|
||||
|
||||
public static final double SpeakerBubbleDistance = 1.5;
|
||||
public static final double SpeakerBubbleDistance = 3;
|
||||
public static final double targetPosDistance = 1.5;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user