-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from robo7660/Fixes
Changes from Week 1 Comp
- Loading branch information
Showing
44 changed files
with
988 additions
and
87 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,67 @@ | ||
<dashboard-tab | ||
tab-name="TeleOperated" | ||
slot="tab" | ||
selected="" | ||
source-provider="NetworkTables" | ||
><frc-camera-wrapper | ||
source-provider="NetworkTables" | ||
style="transform: translate(609.188px, 376.038px); width: 489.613px; height: 346.363px;" | ||
streams="[]" | ||
background-color="black" | ||
wait-image="./no-camera-stream.jpg" | ||
crosshair-color="white" | ||
source-key="/CameraPublisher/USB Camera 1" | ||
></frc-camera-wrapper><frc-sendable-chooser | ||
source-provider="NetworkTables" | ||
style="transform: translate(724px, 104px); width: 383.187px; height: 79.3875px;" | ||
options="[]" | ||
source-key="/SmartDashboard/SendableChooser[0]" | ||
></frc-sendable-chooser><frc-boolean-box | ||
source-provider="NetworkTables" | ||
style="transform: translate(620.8px, 0px);" | ||
label="Upper Index" | ||
source-key="/SmartDashboard/Lower Break-Beam" | ||
></frc-boolean-box><frc-boolean-box | ||
source-provider="NetworkTables" | ||
style="transform: translate(619.4px, 82.2px);" | ||
label="Lower Index" | ||
></frc-boolean-box><frc-basic-fms-info | ||
source-provider="NetworkTables" | ||
style="transform: translate(717.34px, 4.39997px);" | ||
source-key="/FMSInfo" | ||
></frc-basic-fms-info><frc-camera-wrapper | ||
source-provider="NetworkTables" | ||
style="transform: translate(0.787537px, 384px); width: 608px; height: 338.4px;" | ||
streams="[]" | ||
background-color="black" | ||
wait-image="./no-camera-stream.jpg" | ||
crosshair-color="white" | ||
source-key="/CameraPublisher/USB Camera 0" | ||
hide-crosshair="" | ||
></frc-camera-wrapper><frc-camera-wrapper | ||
source-provider="NetworkTables" | ||
style="transform: translate(2.40002px, 2.3875px); width: 606.362px; height: 383.188px;" | ||
source-key="/CameraPublisher/limelight" | ||
streams="[]" | ||
background-color="black" | ||
wait-image="./no-camera-stream.jpg" | ||
hide-crosshair="" | ||
crosshair-color="white" | ||
></frc-camera-wrapper><frc-boolean-box | ||
source-provider="NetworkTables" | ||
style="transform: translate(618px, 167.8px);" | ||
source-key="/SmartDashboard/Intake Running" | ||
label="Intake Running" | ||
></frc-boolean-box><frc-swerve-drivebase | ||
source-provider="NetworkTables" | ||
style="transform: translate(1174.4px, 141.4px);" | ||
wheellocations="[2.5,2,2.5,-2,-2.5,2,-2.5,-2]" | ||
measuredstates="[0,0,0,0,0,0,0,0]" | ||
desiredstates="[0,0,0,0,0,0,0,0]" | ||
sizeleftright="4" | ||
sizefrontback="5" | ||
></frc-swerve-drivebase></dashboard-tab><dashboard-tab | ||
slot="tab" | ||
tab-name="Autonomous" | ||
source-provider="NetworkTables" | ||
></dashboard-tab> |
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": { | ||
"position": { | ||
"x": 0.6946944060158917, | ||
"y": 6.727333169630711 | ||
}, | ||
"rotation": -120.0013184955057 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Amp 1" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Amp 2" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "align-launch" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Amp 3" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
37 changes: 37 additions & 0 deletions
37
src/main/deploy/pathplanner/autos/Simple Shoot Center.auto
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": { | ||
"position": { | ||
"x": 1.367427722973922, | ||
"y": 5.5866114582541275 | ||
}, | ||
"rotation": 179.5103044068707 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Center 1" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "align-launch" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Center 2" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
37 changes: 37 additions & 0 deletions
37
src/main/deploy/pathplanner/autos/Simple Shoot Safe Blue.auto
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": { | ||
"position": { | ||
"x": 0.77430354290908, | ||
"y": 4.303448834817898 | ||
}, | ||
"rotation": 120.48894049983096 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Safe 1 Blue" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "align-launch" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Safe 2" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"folder": null, | ||
"choreoAuto": false | ||
} |
37 changes: 37 additions & 0 deletions
37
src/main/deploy/pathplanner/autos/Simple Shoot Safe Red.auto
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": { | ||
"position": { | ||
"x": 0.77430354290908, | ||
"y": 4.303448834817898 | ||
}, | ||
"rotation": 120.48894049983096 | ||
}, | ||
"command": { | ||
"type": "sequential", | ||
"data": { | ||
"commands": [ | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Safe 1 Red" | ||
} | ||
}, | ||
{ | ||
"type": "named", | ||
"data": { | ||
"name": "align-launch" | ||
} | ||
}, | ||
{ | ||
"type": "path", | ||
"data": { | ||
"pathName": "Simple Shoot Safe 2" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
"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
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
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
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
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.