Skip to content

Commit

Permalink
simulation: replace state expl with link to state docs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-niederman committed Sep 28, 2023
1 parent ed7f799 commit e048405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpilib/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The WPILib simulator lets you control a (fake) robot without expensive real hard

## Starting the simulator

After the robot's code is downloaded, a simulator can be opened by pressing Ctrl-Shift-P and selecting the "Simulate robot code" option. The robot's state can be controlled in the upper right hand corner. Disabled means it will not accept input, autonomous means it will run a pre-programmed path, and teleoperated means it can be controlled by a driver.
After the robot's code is downloaded, a simulator can be opened by pressing Ctrl-Shift-P and selecting the "Simulate robot code" option. The [robot's state](robot-states.md) can be controlled in the upper right hand corner.

## Setting up controls

Expand Down

0 comments on commit e048405

Please sign in to comment.