Skip to content

Commit

Permalink
Merge pull request #5 from fusion479/commands
Browse files Browse the repository at this point in the history
remove fast push, clean up runs
  • Loading branch information
Bi1ku authored Dec 3, 2024
2 parents 049bf9e + 0ae3276 commit 48982f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .run/Auton Positions.run.xml → .run/AutoPush.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Auton Positions" type="ShConfigurationType">
<configuration default="false" name="AutoPush" type="ShConfigurationType">
<option name="SCRIPT_TEXT" value="adb push PathVisualizer/src/main/java/com/example/meepmeep/positions/blue/close-basket.json sdcard/FIRST/positions/blue/close-basket.json; adb push PathVisualizer/src/main/java/com/example/meepmeep/positions/blue/far-basket.json sdcard/FIRST/positions/blue/far-basket.json; adb push PathVisualizer/src/main/java/com/example/meepmeep/positions/red/close-basket.json sdcard/FIRST/positions/red/close-basket.json; adb push PathVisualizer/src/main/java/com/example/meepmeep/positions/red/far-basket.json sdcard/FIRST/positions/red/far-basket.json; " />
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
<option name="SCRIPT_PATH" value="" />
Expand Down
23 changes: 0 additions & 23 deletions .run/commandrr1-template [reloadFastLoad].run.xml

This file was deleted.

3 changes: 0 additions & 3 deletions TeamCode/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,4 @@ dependencies {
implementation "com.acmerobotics.roadrunner:core:1.0.0"
implementation "com.acmerobotics.roadrunner:actions:1.0.0"
implementation "com.acmerobotics.dashboard:dashboard:0.4.16"

// FAST PUSH
implementation 'org.team11260:fast-load:0.1.2'
}

0 comments on commit 48982f1

Please sign in to comment.