File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,13 +52,8 @@ def includeDesktopSupport = true
5252// Configuration for AdvantageKit
5353repositories {
5454 maven {
55- url = uri(" https://maven.pkg.github.com/Mechanical-Advantage/AdvantageKit" )
56- credentials {
57- username = " Mechanical-Advantage-Bot"
58- password = " \u 0067\u 0068\u 0070\u 005f\u 006e\u 0056\u 0051\u 006a\u 0055\u 004f\u 004c\u 0061\u 0079\u 0066\u 006e\u 0078\u 006e\u 0037\u 0051\u 0049\u 0054\u 0042\u 0032\u 004c\u 004a\u 006d\u 0055\u 0070\u 0073\u 0031\u 006d\u 0037\u 004c\u 005a\u 0030\u 0076\u 0062\u 0070\u 0063\u 0051"
59- }
55+ url = uri(" https://frcmaven.wpi.edu/artifactory/littletonrobotics-mvn-release" )
6056 }
61- mavenLocal()
6257}
6358
6459configurations. all {
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ public final class BuildConstants {
55 public static final String MAVEN_GROUP = "" ;
66 public static final String MAVEN_NAME = "2024RobotCode" ;
77 public static final String VERSION = "unspecified" ;
8- public static final int GIT_REVISION = 360 ;
9- public static final String GIT_SHA = "5ea1d107d8bc7bc526833625520f24fec69e2fc5 " ;
10- public static final String GIT_DATE = "2024-12-06 17:46:15 EST" ;
8+ public static final int GIT_REVISION = 361 ;
9+ public static final String GIT_SHA = "126bd62e4eadeddbff158d35c227625365cfe515 " ;
10+ public static final String GIT_DATE = "2024-12-10 19:23:32 EST" ;
1111 public static final String GIT_BRANCH = "tk-demo-mode" ;
12- public static final String BUILD_DATE = "2024-12-10 19: 18:17 EST " ;
13- public static final long BUILD_UNIX_TIME = 1733876297617L ;
12+ public static final String BUILD_DATE = "2025-05-20 18:20:14 EDT " ;
13+ public static final long BUILD_UNIX_TIME = 1747779614363L ;
1414 public static final int DIRTY = 1 ;
1515
1616 private BuildConstants () {}
Original file line number Diff line number Diff line change @@ -600,6 +600,8 @@ private void demoControls() {
600600 new InstantCommand (() -> led .setState (LED_STATE .BLUE ))
601601 .andThen (new InstantCommand (() -> shooter .stopFlywheels ()))
602602 .andThen (new SetPivotTarget (Constants .PivotConstants .STOW_SETPOINT_DEG , pivot )));
603+
604+ driveController .back ().onTrue (new SetPivotTarget (95 , pivot ));
603605 }
604606
605607 private void testControls () {
You can’t perform that action at this time.
0 commit comments