generated from StuyPulse/Phil
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes from Finger Lakes Regional (#77)
* Put SwerveDriveToPose.toClimb into SwerveDriveToClimb, remove isFinished from climb * Shuffleboard config * Run conveyor to amp on climber up * Shuffleboard config * Log turn current * Change auton name to 3.5 * Reformat * Lower drive current limit * Log alignment target speed * Change global constraints, make almost all paths global constraints * Fix HGF paths * Move amp scoring back * Increase align debounce, increase max height lift * Change default path constraints * Leave shooter on all the time * Increase epsilon for leds at trap height * Tune paths, reduce auton shooting debounce * Reduce distance tolerance, increase shot distance * Remove shooter startup delays * Tune auto * Remove auto trap score * Decrease teleop std devs * Filter only center speaker tag when aligning * Undo tag filtering alignment * Adjust 5 piece second pickup * Up teleop std devs * Rewrite amper methods, add AmperScoreSpeed * Settings * Tuning changes * Tune 5 piece * Remove kD on shoot align * Tune hgf * Shoot align kD * Add velocity check to is aligned to speaker * Disable livewindow, controls * Fix trap conveyor to amp on driver * Increase climber deadband * Remove area weighted average * Decrease velocity tolerance for shooting alignment * Add leds when climb up * Add ADE and DE autos * Auto tuning * Remove specific shot tolerance, set default auto * Re zero back left * Rename Amper.run to Amper.runRoller --------- Co-authored-by: Prog694 <prog692@gmail.com>
- Loading branch information
Showing
67 changed files
with
925 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
{ | ||
"tabPane": [ | ||
{ | ||
"title": "SmartDashboard", | ||
"autoPopulate": false, | ||
"autoPopulatePrefix": "SmartDashboard/", | ||
"widgetPane": { | ||
"gridSize": 128.0, | ||
"showGrid": true, | ||
"hgap": 16.0, | ||
"vgap": 16.0, | ||
"titleType": 0, | ||
"tiles": { | ||
"8,0": { | ||
"size": [ | ||
2, | ||
1 | ||
], | ||
"content": { | ||
"_type": "ComboBox Chooser", | ||
"_source0": "network_table:///SmartDashboard/Autonomous", | ||
"_title": "SmartDashboard/Autonomous", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"7,0": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Boolean Box", | ||
"_source0": "network_table:///SmartDashboard/Vision/Has Any Data", | ||
"_title": "Sees Tag", | ||
"_glyph": 148, | ||
"_showGlyph": false, | ||
"Colors/Color when true": "#7CFC00FF", | ||
"Colors/Color when false": "#8B0000FF" | ||
} | ||
}, | ||
"8,2": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Shooter/Left RPM", | ||
"_title": "Left RPM", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"9,2": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Shooter/Right RPM", | ||
"_title": "Right RPM", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"7,2": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Shooter/Feeder RPM", | ||
"_title": "Feeder RPM", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"9,1": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Odometry/Odometry/Rotation", | ||
"_title": "Angle", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"6,1": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Boolean Box", | ||
"_source0": "network_table:///SmartDashboard/Note Detection/Has Note Data", | ||
"_title": "Sees Note", | ||
"_glyph": 148, | ||
"_showGlyph": false, | ||
"Colors/Color when true": "#7CFC00FF", | ||
"Colors/Color when false": "#8B0000FF" | ||
} | ||
}, | ||
"6,0": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Boolean Box", | ||
"_source0": "network_table:///SmartDashboard/Intake/Has Note", | ||
"_title": "Has Note", | ||
"_glyph": 148, | ||
"_showGlyph": false, | ||
"Colors/Color when true": "#7CFC00FF", | ||
"Colors/Color when false": "#8B0000FF" | ||
} | ||
}, | ||
"7,1": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Conveyor/Gandalf Motor Speed", | ||
"_title": "Gandalf", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"6,2": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Amper/Lift Height", | ||
"_title": "Lift Height (m)", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
}, | ||
"8,1": { | ||
"size": [ | ||
1, | ||
1 | ||
], | ||
"content": { | ||
"_type": "Text View", | ||
"_source0": "network_table:///SmartDashboard/Amper/Intake Speed", | ||
"_title": "Intake", | ||
"_glyph": 148, | ||
"_showGlyph": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"windowGeometry": { | ||
"x": -7.199999809265137, | ||
"y": -7.199999809265137, | ||
"width": 1550.4000244140625, | ||
"height": 838.4000244140625 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": null, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "A To D" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "D to Ferry Shot" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Ferry Shot to E" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "E To Shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"version": 1.0, | ||
"startingPose": null, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "First Piece To A" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "A To D" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "D to Ferry Shot" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Ferry Shot to E" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "E To Shoot" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "First Piece To C" | ||
"pathName": "First Piece To A" | ||
} | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.