Skip to content

Commit

Permalink
Details on how robotconfig is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
BrownGenius committed Sep 18, 2024
1 parent bbdbf22 commit 5ea456c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/frc/robot/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Code Flow
1. [Main.java](Main.java) --> [Robot.java](Robot.java) --> [RobotContainer.java](RobotContainer.java)
1. Setup Robot Config
* A persistent preference with the key "Robot Name" is hard-coded onto the RoboRio flash memory
* The "Robot Name" key is read from the RoboRio at start and determines which robot config to load.
1. Setup Controls (Bindings)
1. Setup Autonomous

0 comments on commit 5ea456c

Please sign in to comment.