From 4d21bd2e8e12c6a731d972cf9cc0d5ca0161a329 Mon Sep 17 00:00:00 2001 From: Andrew Haselton Date: Fri, 3 Jul 2026 02:28:34 -0400 Subject: [PATCH] Update stage 1 READMEs --- examples/stage1/solutions/ctre/README.md | 5 ++++- examples/stage1/solutions/rev/README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/stage1/solutions/ctre/README.md b/examples/stage1/solutions/ctre/README.md index 9b3b2f7..6c7847f 100644 --- a/examples/stage1/solutions/ctre/README.md +++ b/examples/stage1/solutions/ctre/README.md @@ -8,7 +8,10 @@ This project is part of the [frcsoftware.org](https://frcsoftware.org) curriculu - Clone this repository. - Open the folder in VS Code with the WPILib extension installed. -- Build and deploy the code to your robot! + +Note: This code is not intended to be run on a real robot, and no warranties are provided with regards to its functionality on a real robot. +This code was written and tested entirely in simulation environments, and has not been tested on a real robot. +It is strongly advised to not run this code on a real robot, as there may be issues with CAN IDs, motor directions, or tuning that may cause it to not function or to operate in an unsafe manner. For more details, tutorials, and learning resources, visit the main curriculum at [frcsoftware.org](https://frcsoftware.org). diff --git a/examples/stage1/solutions/rev/README.md b/examples/stage1/solutions/rev/README.md index 989288a..96e563a 100644 --- a/examples/stage1/solutions/rev/README.md +++ b/examples/stage1/solutions/rev/README.md @@ -8,7 +8,10 @@ This project is part of the [frcsoftware.org](https://frcsoftware.org) curriculu - Clone this repository. - Open the folder in VS Code with the WPILib extension installed. -- Build and deploy the code to your robot! + +Note: This code is not intended to be run on a real robot, and no warranties are provided with regards to its functionality on a real robot. +This code was written and tested entirely in simulation environments, and has not been tested on a real robot. +It is strongly advised to not run this code on a real robot, as there may be issues with CAN IDs, motor directions, or tuning that may cause it to not function or to operate in an unsafe manner. For more details, tutorials, and learning resources, visit the main curriculum at [frcsoftware.org](https://frcsoftware.org).