Skip to content
Open
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
5 changes: 4 additions & 1 deletion examples/stage1/solutions/ctre/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
5 changes: 4 additions & 1 deletion examples/stage1/solutions/rev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading