Skip to content

Commit

Permalink
Merge pull request #47 from TitaniumTitans/GearFox-PostBuckeye
Browse files Browse the repository at this point in the history
Gear fox post buckeye
  • Loading branch information
GearBoxFox authored Apr 11, 2024
2 parents a672ea5 + 44e61d9 commit cea5eb7
Show file tree
Hide file tree
Showing 82 changed files with 30,745 additions and 16,677 deletions.
2 changes: 1 addition & 1 deletion .pathplanner/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pathFolders": [],
"autoFolders": [],
"defaultMaxVel": 4.032,
"defaultMaxAccel": 10.098,
"defaultMaxAccel": 8.03,
"defaultMaxAngVel": 659.0,
"defaultMaxAngAccel": 2515.0,
"maxModuleSpeed": 4.5
Expand Down
15,569 changes: 10,307 additions & 5,262 deletions Crescendo2024.chor

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ deploy {

frcJava(getArtifactTypeClass('FRCJavaArtifact')) {
// Enable VisualVM connection
// jvmArgs.add("-Dcom.sun.management.jmxremote=true")
// jvmArgs.add("-Dcom.sun.management.jmxremote.port=1198")
// jvmArgs.add("-Dcom.sun.management.jmxremote.local.only=false")
// jvmArgs.add("-Dcom.sun.management.jmxremote.ssl=false")
// jvmArgs.add("-Dcom.sun.management.jmxremote.authenticate=false")
// jvmArgs.add("-Djava.rmi.server.hostname=10.44.67.2") // Replace XX.XX with team number
jvmArgs.add("-Dcom.sun.management.jmxremote=true")
jvmArgs.add("-Dcom.sun.management.jmxremote.port=1198")
jvmArgs.add("-Dcom.sun.management.jmxremote.local.only=false")
jvmArgs.add("-Dcom.sun.management.jmxremote.ssl=false")
jvmArgs.add("-Dcom.sun.management.jmxremote.authenticate=false")
jvmArgs.add("-Djava.rmi.server.hostname=10.44.67.2") // Replace XX.XX with team number
}

// Static files artifact
Expand Down
32 changes: 32 additions & 0 deletions networktables.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,38 @@
"persistent": true
}
},
{
"name": "/Preferences/Drive/Turning Speed",
"type": "double",
"value": 0.75,
"properties": {
"persistent": true
}
},
{
"name": "/Preferences/Drive/Hold Heading",
"type": "boolean",
"value": false,
"properties": {
"persistent": true
}
},
{
"name": "/Preferences/Drive/Use David Drive",
"type": "boolean",
"value": false,
"properties": {
"persistent": true
}
},
{
"name": "/Preferences/Wrist Angle Offset In",
"type": "double",
"value": 0.0,
"properties": {
"persistent": true
}
},
{
"name": "/Preferences/Wrist Angle",
"type": "double",
Expand Down
Loading

0 comments on commit cea5eb7

Please sign in to comment.