Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,25 @@ effective logging for troubleshooting.
-- Robot vision / tracking
* [Autopilot](https://therekrab.github.io/autopilot/index.html) -- Drive-to-Pose semi-autonomous movements

## 2026 Kickoff Slides
## FRC Kickoff Workshop Slides

Google Drive links for our 2026 Kickoff Workshops:
### 2026 - REBUILT

Google Drive links for our 30-minute 2026 Kickoff Workshops:

* [AZ RBSI and Advantage Kit
](https://docs.google.com/presentation/d/1KOfODbdGbk8L_G25i7iYnaahoKr_Tzg54LJYN4yax_4/edit?usp=sharing)
* [Know Where You Are: PhotonVision for Alignment and Odometry
](https://docs.google.com/presentation/d/1JWYmwpZYA2zBuNIj9kKBUC_O-i0d1-SW_6qsVxgPdCA/edit?usp=sharing)


### 2025 - Reefscape

Google Drive link for our 2-hour 2025 Kickoff Workshop introducing Az-RBSI:

* [AZ Liftoff RBSI](https://docs.google.com/presentation/d/1c8A5RlPeEvKcj9yC66Ffvh5Os6jWyZiACoSRjDDETUs/edit?usp=sharing)


## Further Reading

For tips on command-based programming, see this post:
Expand Down
8 changes: 5 additions & 3 deletions doc/RBSI-GSG.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ section of [each release](https://github.com/AZ-First/Az-RBSI/releases).

* The [Orange Pi Double Case](https://github.com/AZ-First/Az-RBSI/releases/download/v26.0.0-rc2/Orange.Pi.Double.case.STL)
and [Lid](https://github.com/AZ-First/Az-RBSI/releases/download/v26.0.0-rc2/Orange.Pi.Double.case.lid.STL)
are designed to hold two [Orange Pi 5](https://www.amazon.com/dp/B0BN17PWWB)'s
(not **B** or **Pro** or **Max**) (and connect up to 4 cameras). Also requires:
are designed to hold one or two [Orange Pi 5](https://www.amazon.com/dp/B0BN17PWWB)'s
(not **B** or **Pro** or **Max**) (and connect up to 4 cameras). If only using one
Orange Pi, mount it in the "upper" position for airflow. Also requires:

* 2x [128 GB micro SD card](https://www.amazon.com/dp/B0B7NTY2S6)
* 4x [M2.5x6mm+6mm Male-Female Hex Standoff](https://www.amazon.com/gp/product/B08F2F96HM) (under the bottom Pi)
Expand All @@ -129,4 +130,5 @@ section of [each release](https://github.com/AZ-First/Az-RBSI/releases).
](https://docs.photonvision.org/en/latest/docs/quick-start/wiring.html) for
more details.

Mounting the case to the robot requires 4x 10-32 nylock nuts + 4x 10-32 bolts.
Mounting the case to the robot requires 4x #10-32 nylock nuts (placed in the
hex-shaped mounts inside the case) and 4x #10-32 bolts.
12 changes: 6 additions & 6 deletions vendordeps/photonlib.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "photonlib.json",
"name": "photonlib",
"version": "v2026.1.1-rc-4",
"version": "v2026.1.1",
"uuid": "515fe07e-bfc6-11fa-b3de-0242ac130004",
"frcYear": "2026",
"mavenUrls": [
Expand All @@ -13,7 +13,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2026.1.1-rc-4",
"version": "v2026.1.1",
"skipInvalidPlatforms": true,
"isJar": false,
"validPlatforms": [
Expand All @@ -28,7 +28,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-cpp",
"version": "v2026.1.1-rc-4",
"version": "v2026.1.1",
"libName": "photonlib",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -43,7 +43,7 @@
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-cpp",
"version": "v2026.1.1-rc-4",
"version": "v2026.1.1",
"libName": "photontargeting",
"headerClassifier": "headers",
"sharedLibrary": true,
Expand All @@ -60,12 +60,12 @@
{
"groupId": "org.photonvision",
"artifactId": "photonlib-java",
"version": "v2026.1.1-rc-4"
"version": "v2026.1.1"
},
{
"groupId": "org.photonvision",
"artifactId": "photontargeting-java",
"version": "v2026.1.1-rc-4"
"version": "v2026.1.1"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "yagsl-2026.1.17.json",
"fileName": "yagsl-2026.1.20.json",
"name": "YAGSL",
"version": "2026.1.17",
"version": "2026.1.20",
"frcYear": "2026",
"uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
"mavenUrls": [
Expand All @@ -13,7 +13,7 @@
{
"groupId": "swervelib",
"artifactId": "YAGSL-java",
"version": "2026.1.17"
"version": "2026.1.20"
},
{
"groupId": "org.dyn4j",
Expand Down