Skip to content
Open
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
10 changes: 10 additions & 0 deletions src/main/java/frc/robot/subsystems/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- da command scheduler runs every 20ms
- da command scheduler runs da periodic() of each subsystem
- subsystems act as an encapsulation
- da scheduler will never 2 commands that use the same subsystem
- subsystem default commands for when they aren't in use
- motors and sensors are defined as private final
- periodic() usually logs values
- don't control motors in periodic() bc obvi reasons
- requirement: when the command requires a subsystem
-