Skip to content

Commit

Permalink
Merge pull request #57 from lethosor/fixups
Browse files Browse the repository at this point in the history
Fix a couple minor issues
  • Loading branch information
auscompgeek authored Mar 14, 2023
2 parents c914d82 + 485a4cf commit 9b37ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
1 change: 0 additions & 1 deletion install/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Vendor categories:

* ``ctre`` - Cross The Road Electronics motor controllers
* ``navx`` - Kauai Labs NavX MXP Robotics Navigation
* ``photonvision`` - PhotonVision computer vision vendor library
* ``pathplannerlib`` - PathPlannerLib path planning vendor library
* ``photonvision`` - PhotonVision computer vision vendor library
* ``rev`` - REV Robotics motor controllers and color sensors
Expand Down

0 comments on commit 9b37ce8

Please sign in to comment.