Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
twangodev committed Mar 6, 2024
1 parent cd46b92 commit e235e03
Show file tree
Hide file tree
Showing 25 changed files with 559 additions and 1,773 deletions.
20 changes: 13 additions & 7 deletions .pathplanner/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"robotWidth": 0.9,
"robotLength": 0.9,
"robotWidth": 0.83,
"robotLength": 0.8255,
"holonomicMode": true,
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 4.331208,
"defaultMaxAccel": 3.0,
"pathFolders": [
"Autonomous",
"Source On-The-Fly",
"Testing"
],
"autoFolders": [
"Troll"
],
"defaultMaxVel": 4.33,
"defaultMaxAccel": 8.0,
"defaultMaxAngVel": 540.0,
"defaultMaxAngAccel": 720.0,
"maxModuleSpeed": 4.5
"maxModuleSpeed": 4.331208
}
4 changes: 4 additions & 0 deletions .run/Debug Robot via IP.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<option name="HOST" value="10.22.4.2" />
<option name="PORT" value="8349" />
<option name="AUTO_RESTART" value="false" />
<RunnerSettings RunnerId="Debug">
<option name="DEBUG_PORT" value="8349" />
<option name="LOCAL" value="false" />
</RunnerSettings>
<method v="2" />
</configuration>
</component>
4 changes: 4 additions & 0 deletions .run/Debug Robot via USB.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<option name="HOST" value="172.22.11.2" />
<option name="PORT" value="8349" />
<option name="AUTO_RESTART" value="false" />
<RunnerSettings RunnerId="Debug">
<option name="DEBUG_PORT" value="8349" />
<option name="LOCAL" value="false" />
</RunnerSettings>
<method v="2" />
</configuration>
</component>
33 changes: 11 additions & 22 deletions simgui.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"HALProvider": {
"PowerDistributions": {
"window": {
"visible": true
}
},
"RoboRIO": {
"window": {
"visible": true
}
}
},
"NTProvider": {
"types": {
"/FMSInfo": "FMSInfo",
Expand All @@ -22,20 +10,21 @@
"window": {
"visible": true
}
}
}
},
"NetworkTables": {
"transitory": {
"FMSInfo": {
"open": true
},
"/SmartDashboard/VisionSystemSim-main/Sim Field": {
"bottom": 1476,
"height": 8.210550308227539,
"left": 150,
"right": 2961,
"top": 79,
"width": 16.541748046875,
"window": {
"visible": true
}
}
}
},
"NetworkTables Info": {
"Server": {
"open": true
},
"visible": true
}
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/1m Test.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 2.0,
"y": 6.0
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "1m Test"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
25 changes: 25 additions & 0 deletions src/main/deploy/pathplanner/autos/2m Test.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 2.0,
"y": 6.0
},
"rotation": 0
},
"command": {
"type": "sequential",
"data": {
"commands": [
{
"type": "path",
"data": {
"pathName": "2m Test"
}
}
]
}
},
"folder": null,
"choreoAuto": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"x": 2.0,
"y": 7.0
},
"rotation": 180.0
"rotation": 0
},
"command": {
"type": "sequential",
Expand All @@ -14,7 +14,7 @@
{
"type": "path",
"data": {
"pathName": "Example Path"
"pathName": "Circle Test"
}
}
]
Expand Down
Loading

0 comments on commit e235e03

Please sign in to comment.