Skip to content

Commit

Permalink
Merge pull request #2 from FRC-4509-MechBulls/state-controller
Browse files Browse the repository at this point in the history
Basic state controller, seemingly working controls
  • Loading branch information
IsaacThoman authored Feb 4, 2024
2 parents 73fb3bf + 170f673 commit 92686c2
Show file tree
Hide file tree
Showing 19 changed files with 494 additions and 517 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@ logs/
ctre_sim/

.run/

simgui-ds.json

simgui.json
98 changes: 0 additions & 98 deletions simgui-ds.json

This file was deleted.

19 changes: 0 additions & 19 deletions simgui.json

This file was deleted.

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

This file was deleted.

65 changes: 0 additions & 65 deletions src/main/deploy/pathplanner/paths/New Path.path

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
"waypoints": [
{
"anchor": {
"x": 7.3362253742077455,
"y": 4.204399110554713
"x": 1.823242000682939,
"y": 6.593871363056098
},
"prevControl": null,
"nextControl": {
"x": 6.7105151754189265,
"y": 4.195330846804151
"x": 1.808556318359875,
"y": 6.740728186286739
},
"isLocked": false,
"linkedName": null
},
{
"anchor": {
"x": 6.338716361645861,
"y": 4.204399110554713
"x": 1.823242000682939,
"y": 7.621869125670586
},
"prevControl": {
"x": 6.647037329164988,
"y": 4.204399110554713
"x": 1.823242000682939,
"y": 6.8582136448712525
},
"nextControl": null,
"isLocked": false,
Expand All @@ -38,14 +38,14 @@
"maxAngularAcceleration": 720.0
},
"goalEndState": {
"velocity": 0,
"rotation": 179.64632684075355,
"rotateFast": true
"velocity": 0.0,
"rotation": 90.0,
"rotateFast": false
},
"reversed": false,
"folder": null,
"previewStartingState": {
"rotation": -179.22577983507193,
"rotation": 90.0,
"velocity": 3.0
},
"useDefaultConstraints": true
Expand Down
58 changes: 0 additions & 58 deletions src/main/deploy/pathplanner/paths/testpath.path

This file was deleted.

Loading

0 comments on commit 92686c2

Please sign in to comment.