Skip to content

Commit

Permalink
Webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
WindingMotor committed Jan 5, 2025
1 parent 43e6557 commit 87c01db
Show file tree
Hide file tree
Showing 17 changed files with 426 additions and 303 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ task updateVendordeps(type: Exec) {
println errorOutput
}
}
tasks.build.dependsOn updateVendordeps
//tasks.build.dependsOn updateVendordeps
31 changes: 0 additions & 31 deletions src/main/deploy/pathplanner/autos/4P_Middle.auto

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/autos/Test.auto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"type": "path",
"data": {
"pathName": "Test"
"pathName": "Bottom_Coral_Speed"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/pathplanner/navgrid.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"waypoints": [
{
"anchor": {
"x": 1.3559615721606446,
"y": 5.547328850810832
"x": 7.15876567801886,
"y": 1.9831811241514823
},
"prevControl": null,
"nextControl": {
"x": 2.020041735902907,
"y": 5.544157460154111
"x": 6.028436760913778,
"y": 1.9831811241514825
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 2.9122795275141633,
"y": 5.547328850810832
"x": 5.160603283854754,
"y": 2.6947045608703117
},
"prevControl": {
"x": 2.27293357151016,
"y": 5.54840763932688
"x": 5.303249878349483,
"y": 2.269825345158546
},
"nextControl": null,
"isLocked": false,
Expand All @@ -42,13 +42,13 @@
},
"goalEndState": {
"velocity": 0,
"rotation": 0.0
"rotation": -148.3566934936912
},
"reversed": false,
"folder": null,
"idealStartingState": {
"velocity": 0,
"rotation": 0.0
"rotation": 180.0
},
"useDefaultConstraints": true
}
82 changes: 0 additions & 82 deletions src/main/deploy/pathplanner/paths/Middle_To_Amp.path

This file was deleted.

82 changes: 0 additions & 82 deletions src/main/deploy/pathplanner/paths/Middle_To_Middle.path

This file was deleted.

82 changes: 0 additions & 82 deletions src/main/deploy/pathplanner/paths/Middle_To_Stage.path

This file was deleted.

4 changes: 3 additions & 1 deletion src/main/deploy/pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"bumperOffsetX": 0.0,
"bumperOffsetY": 0.0,
"robotFeatures": [
"{\"name\":\"Rectangle\",\"type\":\"rounded_rect\",\"data\":{\"center\":{\"x\":0.5,\"y\":0.0},\"size\":{\"width\":0.8,\"length\":0.2},\"borderRadius\":0.05,\"strokeWidth\":0.02,\"filled\":false}}"
"{\"name\":\"Rectangle\",\"type\":\"rounded_rect\",\"data\":{\"center\":{\"x\":0.5,\"y\":0.0},\"size\":{\"width\":0.8,\"length\":0.2},\"borderRadius\":0.05,\"strokeWidth\":0.02,\"filled\":false}}",
"{\"name\":\"Rectangle\",\"type\":\"rounded_rect\",\"data\":{\"center\":{\"x\":-0.25,\"y\":0.3},\"size\":{\"width\":0.5,\"length\":0.2},\"borderRadius\":0.05,\"strokeWidth\":0.02,\"filled\":true}}",
"{\"name\":\"Rectangle\",\"type\":\"rounded_rect\",\"data\":{\"center\":{\"x\":-0.25,\"y\":-0.3},\"size\":{\"width\":0.5,\"length\":0.2},\"borderRadius\":0.05,\"strokeWidth\":0.02,\"filled\":false}}"
]
}
Binary file added src/main/deploy/webserver/Hexagon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 87c01db

Please sign in to comment.