forked from acmerobotics/road-runner-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/McGreen' into McGreen
- Loading branch information
Showing
21 changed files
with
822 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
body: | ||
- type: input | ||
id: version | ||
attributes: | ||
label: RR FTC Version | ||
description: Open `TeamCode/build.gradle` and read the version from the | ||
`implementation "com.acmerobotics.roadrunner:ftc:LIBRARY_VERSION_HERE"` | ||
line | ||
placeholder: 0.1.8 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro | ||
attributes: | ||
label: Observed Behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: tuning | ||
attributes: | ||
label: Tuning Files | ||
description: Click the "Download" button on the tuning page and attach the file | ||
(if applicable) | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Robot Logs | ||
description: Download the relevant logs from `http://192.168.43.1:8080/logs` and | ||
attach them here | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# FTC WIRES Autonomous based on Road Runner 1.8 | ||
For instructions and documentation, please register at https://forms.gle/mBFYMgsE5pH3QBXa9 | ||
Details at http://www.ftcwires.org/softwareplatform | ||
# FTC WIRES Autonomous based on Road Runner 1.10 | ||
For instructions and documentation, please register at https://forms.gle/mBFYMgsE5pH3QBXa9 | ||
For details, check out http://www.ftcwires.org/softwareplatform | ||
|
||
Update 11/13/2023 | ||
Upgraded RoadRunner version to 1.8 | ||
Step 11.1 introduced - Only for Dead Wheel Encoders, Need to update tick count for parallel and perp encoder position. | ||
Update 12/26/2023 | ||
Upgraded RoadRunner version to 1.10 | ||
Added “FTC Wires Auto Open CV Vision” Autonomous Mode that includes Vision Processor using Open CV for Team Element Detection. | ||
|
||
|
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
481 changes: 481 additions & 0 deletions
481
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/FTCWiresAutoVisionOpenCV.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.