Skip to content

Commit a9c2037

Browse files
committed
revert GRG-specific changes
1 parent b058feb commit a9c2037

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/main/deploy/paths/MiddleNote1_MiddleShoot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target_yaw = 13.0 #degrees
77

88
[start_pose]
99
dataPoint = "M1"
10-
dX = -0.3 #-0.5
10+
dX = -0.5
1111
angle = 180.0
1212
[end_pose]
1313
dataPoint = "MS2"

src/main/deploy/paths/MiddleNote2_MiddleShoot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target_yaw = 13.0 #degrees
77

88
[start_pose]
99
dataPoint = "M2"
10-
dX = -0.3 #-0.5
10+
dX = -0.5
1111
angle = 180.0
1212
[end_pose]
1313
dataPoint = "MS2"

src/main/deploy/paths/WingNote1_MiddleNote1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target_yaw = 0.0 #degrees
1313

1414
[end_pose]
1515
dataPoint = "M1"
16-
dX = -0.3 #-0.5
16+
dX = -0.5
1717

1818

1919
[[internal_points]]

src/main/deploy/paths/WingNote1_MiddleNote2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ target_yaw = 0.0 #degrees
1313

1414
[end_pose]
1515
dataPoint = "M2"
16-
dX = -0.3 #-0.5
16+
dX = -0.5
1717

1818
[[internal_points]]
1919
x = 5.72

src/main/java/frc/robot/constants/AutonConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public final class Setpoints {
199199
public static final Pose2d AS2 = new Pose2d(4.3, 6.5, Rotation2d.fromDegrees(0.0));
200200
public static final Pose2d AS3 = new Pose2d(1.43764, 7.33425, Rotation2d.fromDegrees(90.0));
201201
public static final Pose2d MS1 = new Pose2d(4.3, 5.55, Rotation2d.fromDegrees(0.0));
202-
public static final Pose2d MS2 = new Pose2d(4.0, 6.5, Rotation2d.fromDegrees(0.0)); // (4.3,6.5)
202+
public static final Pose2d MS2 = new Pose2d(4.3, 6.5, Rotation2d.fromDegrees(0.0));
203203
public static final Pose2d MS3 =
204204
MI1; // new Pose2d(1.57, 4.737, Rotation2d.fromDegrees(0.0)); // y = 5.05
205205
public static final Pose2d NAS1 = new Pose2d(4.2, 2.8, Rotation2d.fromDegrees(-33.2));

src/main/java/frc/robot/constants/SuperStructureConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public final class SuperStructureConstants {
6161
// WALL FEEDING
6262
public static final double kWristFeedingSetPoint = kWristIntakeSetPoint;
6363
public static final double kElbowFeedingSetPoint = kElbowSubwooferSetPoint;
64-
public static final double kLeftShooterFeedingSetPoint = 50; // 60
65-
public static final double kRightShooterFeedingSetPoint = 40; // 40
64+
public static final double kLeftShooterFeedingSetPoint = 60;
65+
public static final double kRightShooterFeedingSetPoint = 40;
6666

6767
// MIDDLE FEEDING
6868
public static final double kElbowMiddleFeedingSetPoint = 0.0206; // 0.035 0.026

0 commit comments

Comments
 (0)