Skip to content

Commit

Permalink
Merge pull request #7 from StuyPulse/pre-testing-fixes
Browse files Browse the repository at this point in the history
Pre testing fixes
  • Loading branch information
IanShiii authored Feb 6, 2025
2 parents 00619dc + fa4fe39 commit 9d5b368
Show file tree
Hide file tree
Showing 185 changed files with 9,520 additions and 1,191 deletions.
2 changes: 1 addition & 1 deletion 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.1.1"
id "edu.wpi.first.GradleRIO" version "2025.2.1"
id "com.diffplug.spotless" version "6.22.0"
}

Expand Down
Binary file added ctre_sim/Talon FX vers. C - 010 - 0 - ext.dat
Binary file not shown.
Binary file added ctre_sim/Talon FX vers. C - 012 - 0 - ext.dat
Binary file not shown.
Binary file added ctre_sim/Talon FX vers. C - 014 - 0 - ext.dat
Binary file not shown.
Binary file added ctre_sim/Talon FX vers. C - 016 - 0 - ext.dat
Binary file not shown.
18 changes: 18 additions & 0 deletions simgui-ds.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"Joysticks": {
"window": {
"visible": false
}
},
"System Joysticks": {
"window": {
"visible": false
}
},
"keyboardJoysticks": [
{
"axisConfig": [
Expand Down Expand Up @@ -88,5 +98,13 @@
"buttonCount": 0,
"povCount": 0
}
],
"robotJoysticks": [
{
"guid": "Keyboard0"
},
{
"guid": "Keyboard1"
}
]
}
65 changes: 24 additions & 41 deletions simgui.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,43 @@
{
"HALProvider": {
"Encoders": {
"Other Devices": {
"window": {
"visible": true
"visible": false
}
},
"PWM Outputs": {
"Timing": {
"window": {
"visible": true
"visible": false
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
"/SmartDashboard/Alerts": "Alerts",
"/SmartDashboard/Autonomous": "String Chooser",
"/SmartDashboard/Field": "Field2d",
"/SmartDashboard/Visualizers/Elevator": "Mechanism2d"
},
"windows": {
"/SmartDashboard/Autonomous": {
"window": {
"visible": true
}
},
"/SmartDashboard/Field": {
"bottom": 1638,
"builtin": "2025 Reefscape",
"height": 8.051901817321777,
"left": 534,
"right": 3466,
"top": 291,
"width": 17.54825210571289,
"window": {
"visible": true
}
},
"/SmartDashboard/Visualizers/Elevator": {
"/SmartDashboard/algae": "Mechanism2d"
},
"windows": {
"/SmartDashboard/algae": {
"window": {
"visible": true
}
Expand All @@ -31,47 +46,15 @@
},
"NetworkTables": {
"transitory": {
"FMSInfo": {
"open": true
},
"LiveWindow": {
"open": true
},
"Shuffleboard": {
"open": true
},
"SmartDashboard": {
"Elevator": {

"algae": {

"Odometry": {
"open": true
},
"open": true
}
}
},
"NetworkTables Info": {
"Clients": {
"open": true
},
"Server": {

"Publishers": {
"open": true
},
"Subscribers": {
"open": true
}
},
"visible": true
},
"NetworkTables View": {
"visible": false

"open": true
},
"visible": true

}
}
19 changes: 19 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue E (1).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Bottom to E"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
31 changes: 31 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue ED (2).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Bottom to E"
}
},
{
"type": "path",
"data": {
"pathName": "Blue E to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to D"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
43 changes: 43 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue EDC (3).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Bottom to E"
}
},
{
"type": "path",
"data": {
"pathName": "Blue E to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to D"
}
},
{
"type": "path",
"data": {
"pathName": "Blue D to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to C"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
49 changes: 49 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue EDC (3.5).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Bottom to E"
}
},
{
"type": "path",
"data": {
"pathName": "Blue E to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to D"
}
},
{
"type": "path",
"data": {
"pathName": "Blue D to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to C"
}
},
{
"type": "path",
"data": {
"pathName": "Blue C to HP"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
55 changes: 55 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue EDCB (4).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Bottom to E"
}
},
{
"type": "path",
"data": {
"pathName": "Blue E to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to D"
}
},
{
"type": "path",
"data": {
"pathName": "Blue D to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to C"
}
},
{
"type": "path",
"data": {
"pathName": "Blue C to HP"
}
},
{
"type": "path",
"data": {
"pathName": "Blue HP to B"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
19 changes: 19 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue G (1).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Mid Bottom to G"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Bottom Autons",
"choreoAuto": false
}
19 changes: 19 additions & 0 deletions src/main/deploy/pathplanner/autos/Blue H (1).auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": "2025.0",
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "Blue Mid Top to H"
}
}
]
}
},
"resetOdom": true,
"folder": "Blue Top Autons",
"choreoAuto": false
}
Loading

0 comments on commit 9d5b368

Please sign in to comment.