Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@
"edu.wpi.first.math.proto.*",
"edu.wpi.first.math.**.proto.*",
"edu.wpi.first.math.**.struct.*",
],
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
]
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.3.1"
id "edu.wpi.first.GradleRIO" version "2025.1.1"
}

java {
Expand Down Expand Up @@ -33,7 +33,7 @@ deploy {
frcStaticFileDeploy(getArtifactTypeClass('FileTreeArtifact')) {
files = project.fileTree('src/main/deploy')
directory = '/home/lvuser/deploy'
deleteOldFiles = true // Change to true to delete files on roboRIO that no
deleteOldFiles = false // Change to true to delete files on roboRIO that no
// longer exist in deploy directory of this project
}
}
Expand All @@ -47,7 +47,7 @@ def deployArtifact = deploy.targets.roborio.artifacts.frcJava
wpi.java.debugJni = false

// Set this to true to enable desktop support.
def includeDesktopSupport = true
def includeDesktopSupport = false

// Defining my dependencies. In this case, WPILib (+ friends), and vendor libraries.
// Also defines JUnit 5.
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.
5 changes: 0 additions & 5 deletions simgui-ds.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"System Joysticks": {
"window": {
"enabled": false
}
},
"keyboardJoysticks": [
{
"axisConfig": [
Expand Down
73 changes: 73 additions & 0 deletions src/main/deploy/pathplanner/autos/3Piece-A.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "A_R1"
}
},
{
"type": "named",
"data": {
"name": "L1"
}
},
{
"type": "path",
"data": {
"pathName": "R1_HP1"
}
},
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "HP1_R2"
}
},
{
"type": "named",
"data": {
"name": "L4"
}
},
{
"type": "path",
"data": {
"pathName": "R2_HP1"
}
},
{
"type": "named",
"data": {
"name": "Intake"
}
},
{
"type": "path",
"data": {
"pathName": "HP1_R3"
}
},
{
"type": "named",
"data": {
"name": "L1"
}
}
]
}
},
"resetOdom": true,
"folder": null,
"choreoAuto": false
}
19 changes: 0 additions & 19 deletions src/main/deploy/pathplanner/autos/A_R3.auto

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/deploy/pathplanner/autos/HP2_R6.auto

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/deploy/pathplanner/autos/Leave A.auto

This file was deleted.

19 changes: 0 additions & 19 deletions src/main/deploy/pathplanner/autos/TestAuto.auto

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/A_R1.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/A_R2.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/A_R3.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/A_R4.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/B_R2.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/B_R3.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/B_R4.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/B_R5.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/C_R3.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/C_R4.path
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/C_R5.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/C_R6.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R1.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R2.path
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R3.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R4.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R5.path
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP1_R6.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP2_R1.path
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP2_R2.path
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/paths/HP2_R3.path
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"pointTowardsZones": [],
"eventMarkers": [],
"globalConstraints": {
"maxVelocity": 5.0,
"maxVelocity": 3.0,
"maxAcceleration": 3.0,
"maxAngularVelocity": 540.0,
"maxAngularAcceleration": 720.0,
Expand Down
Loading