Skip to content

Commit

Permalink
Fix instructions to enable field view
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Mar 14, 2023
1 parent c914d82 commit 4a5e846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/simulator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ PyFRC simulator had. This allows you to drive your robot around on a
virtual field -- in particular, it's very useful for testing the logic of
autonomous mode movements.

.. note:: To enable the field view, go to the 'Window' menu, and select
2D field view.
.. note:: To enable the field view, go to the "NetworkTables" > "SmartDashboard"
menu, and select "Field".

For the robot to move across the field, you must implement a physics module
(it's a lot easier than it sounds!). Helper functions are provided to
Expand Down

0 comments on commit 4a5e846

Please sign in to comment.