Skip to content

Commit

Permalink
wpilib/robot-states: clarify "state"
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Oct 16, 2023
1 parent c09e5bf commit c7c8a9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wpilib/robot-states.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Robot States

Robots programmed with WPILib can be in one of four states:
Robots programmed with WPILib can be in one of four modes of operation, called states:

- **Disabled**:
The robot does not accept user input and shouldn't move mechanisms.
Expand All @@ -16,6 +16,7 @@ Robots programmed with WPILib can be in one of four states:
- **Emergency Stopped (E-Stopped)**:
This is a special state which is identical to the disabled state,
except that the bot cannot be re-enabled after it has been emergency stopped.
This state is triggered by pressing the spacebar in FRC Driver Station.

Here's a table comparing each state:

Expand Down

0 comments on commit c7c8a9f

Please sign in to comment.