Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates from CMPTX #4

Merged
merged 32 commits into from
Apr 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a95ad4c
Update at "4/15/2023, 5:53:30 PM"
jwbonner Apr 15, 2023
09e54b7
Update at "4/19/2023, 4:26:31 PM"
jwbonner Apr 19, 2023
3713542
Update at "4/19/2023, 4:27:53 PM"
jwbonner Apr 19, 2023
a0d1477
Update at "4/19/2023, 4:30:22 PM"
jwbonner Apr 19, 2023
ad77b02
Update at "4/19/2023, 5:19:13 PM"
jwbonner Apr 19, 2023
a4e028b
Update at "4/19/2023, 5:32:59 PM"
jwbonner Apr 19, 2023
38ee911
Update at "4/19/2023, 5:36:17 PM"
jwbonner Apr 19, 2023
e32e80e
Update at "4/19/2023, 5:38:19 PM"
jwbonner Apr 19, 2023
bb66ad6
Update at "4/19/2023, 5:43:06 PM"
jwbonner Apr 19, 2023
8778e11
Update at "4/19/2023, 5:45:12 PM"
jwbonner Apr 19, 2023
df79588
Update at "4/20/2023, 8:16:42 AM"
jwbonner Apr 20, 2023
6f1f787
Update at "4/20/2023, 10:23:03 AM"
jwbonner Apr 20, 2023
cc11964
Update at "4/20/2023, 4:52:28 PM"
jwbonner Apr 20, 2023
62d8c66
Update at "4/20/2023, 5:33:43 PM"
jwbonner Apr 20, 2023
d4f3cf9
Update at "4/21/2023, 9:41:56 AM"
jwbonner Apr 21, 2023
046d2b4
Update at "4/21/2023, 10:07:29 AM"
jwbonner Apr 21, 2023
ca632a2
Update at "4/21/2023, 10:49:33 AM"
jwbonner Apr 21, 2023
f14a1d7
Update at "4/21/2023, 11:02:40 AM"
jwbonner Apr 21, 2023
6f28fbe
Update at "4/21/2023, 11:20:34 AM"
jwbonner Apr 21, 2023
a4f8153
Update at "4/21/2023, 12:20:53 PM"
jwbonner Apr 21, 2023
429012c
Update at "4/21/2023, 12:41:28 PM"
jwbonner Apr 21, 2023
23f738f
Update at "4/21/2023, 1:38:03 PM"
jwbonner Apr 21, 2023
3e7bb5a
Update at "4/21/2023, 2:10:01 PM"
jwbonner Apr 21, 2023
7e3d09b
Update at "4/21/2023, 2:39:36 PM"
jwbonner Apr 21, 2023
89c31bb
Update at "4/21/2023, 2:41:10 PM"
jwbonner Apr 21, 2023
be00690
Update at "4/21/2023, 2:48:10 PM"
jwbonner Apr 21, 2023
3491099
Update at "4/21/2023, 2:50:19 PM"
jwbonner Apr 21, 2023
874b965
Update at "4/22/2023, 9:22:40 AM"
jwbonner Apr 22, 2023
49826ec
Update at "4/22/2023, 10:21:15 AM"
jwbonner Apr 22, 2023
ccb47fa
Update at "4/22/2023, 4:00:00 PM"
jwbonner Apr 22, 2023
5f14620
Switch to eastern time
jwbonner Apr 22, 2023
5d7e1db
Disable pride LEDs
jwbonner Apr 22, 2023
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
Prev Previous commit
Next Next commit
Update at "4/22/2023, 10:21:15 AM"
  • Loading branch information
jwbonner committed Apr 22, 2023
commit 49826ec1f81400ee3b21efe5000a1656cb827a85
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class DriveToSubstation extends DriveToPose {
Rotation2d.fromDegrees(90.0));
public static final double doubleSubstationX =
FieldConstants.LoadingZone.doubleSubstationX - 0.26;
public static final double doubleSubstationExtraX = 0.55;
public static final double doubleSubstationExtraX = 0.7;

/** Automatically drives to the nearest substation. */
public DriveToSubstation(Drive drive, Supplier<Boolean> useDouble) {
Expand Down