Skip to content

Commit

Permalink
Merge branch 'stable' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daltzctr authored Jul 8, 2024
2 parents 2916df6 + ca87af9 commit 41bc31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Phoenix Documentation

The rendered documentation can be viewed at...
The rendered documentation can be viewed at:

https://phoenix-documentation.readthedocs.io/en/latest/index.html

Legacy documentation from past seasons can be found in the Legacy sub folder...
Legacy documentation from past seasons can be found in the Legacy sub folder:

https://github.com/CrossTheRoadElec/Phoenix-Documentation/tree/master/Legacy

Expand Down
19 changes: 1 addition & 18 deletions source/ch05a_CppJava.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,7 @@ Once the project is created, ensure project builds. Testing robot deploy is als
FRC C++/Java – Add Phoenix
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Right-Click on "build.gradle" in the project tree, then select "Manage Vendor Libraries".

.. image:: img/verify-4.png

At the top of your screen, a menu will appear. Select "Install new libraries (offline)".

.. tip:: Alternatively you can use "Install new libraries (online)" option with https://maven.ctr-electronics.com/release/com/ctre/phoenix/Phoenix5-frc2024-latest.json. However this is **not recommended** as this requires a live Internet connection to use your FRC project.

.. image:: img/verify-5.png


The menu will now display a list of vendor libraries you can install. Check "CTRE Phoenix", then click "OK"

.. image:: img/verify-6.png

.. note:: This will bring the library into the project references, however the library will not be loaded if the source code does not create a Phoenix object or call any Phoenix routines. Therefore, you must create a Phoenix object to properly test the install.

.. tip:: Teams can verify Phoenix is in their robot project by checking for the existence of vendordeps/Phoenix.json in the project directory.
See the `WPILib documentation <https://docs.wpilib.org/en/stable/docs/software/vscode-overview/3rd-party-libraries.html>`__ on installing vendordeps.

FRC C++ Build Test: Single Talon
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 41bc31b

Please sign in to comment.