Skip to content

Commit

Permalink
Update NT Client side program for 2024 (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Feb 13, 2024
1 parent 7ece01f commit d9c47e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/inspector.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"baseUrl": "https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/",
"versionScheme": "v\\d{4}\\.\\d\\.\\d(?:-(?:alpha|beta)-\\d)?|[0-9a-f]{40}",
"latestVersion":"3b64aadee717c9f0566497a40fd0be7d0eaed96d"
"latestVersion":"6a5b6352807a8759bd0f012e57695c47f7ef7324"
}
],
"ignoredFiles": ["source/docs/software/commandbased/command-scheduler.rst", "source/docs/software/hardware-apis/pneumatics/pressure.rst", "source/docs/software/hardware-apis/pneumatics/solenoids.rst", "source/docs/software/advanced-gradlerio/code-formatting.rst", "source/docs/software/advanced-controls/state-space/state-space-pose-estimators.rst", "source/docs/software/commandbased/pid-subsystems-commands.rst", "source/docs/software/commandbased/profilepid-subsystems-commands.rst", "source/docs/software/commandbased/subsystems.rst", "source/docs/software/hardware-apis/motors/wpi-drive-classes.rst", "source/docs/software/pathplanning/trajectory-tutorial/creating-drive-subsystem.rst", "source/docs/software/telemetry/writing-sendable-classes.rst"]
Expand Down
8 changes: 4 additions & 4 deletions source/docs/software/networktables/client-side-program.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Example build.gradle files are provided in the `StandaloneAppSamples Repository
.. tab-item:: Java
:sync: Java

.. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/3b64aadee717c9f0566497a40fd0be7d0eaed96d/Java/build.gradle
.. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/6a5b6352807a8759bd0f012e57695c47f7ef7324/Java/build.gradle
:language: groovy
:linenos:
:emphasize-lines: 5
Expand All @@ -199,12 +199,12 @@ Example build.gradle files are provided in the `StandaloneAppSamples Repository

Uncomment the appropriate platform as highlighted.

.. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/3b64aadee717c9f0566497a40fd0be7d0eaed96d/Cpp/build.gradle
.. rli:: https://raw.githubusercontent.com/wpilibsuite/StandaloneAppSamples/6a5b6352807a8759bd0f012e57695c47f7ef7324/Cpp/build.gradle
:language: groovy
:linenos:
:emphasize-lines: 3, 20-22
:emphasize-lines: 3, 14-15, 20-22

Building Python
^^^^^^^^^^^^^^^

For Python, refer to the `RobotPy pyntcore install documentation <https://robotpy.readthedocs.io/en/stable/install/pynetworktables.html>`__.
For Python, refer to the :doc:`RobotPy install documentation </docs/zero-to-robot/step-2/python-setup>`.

0 comments on commit d9c47e4

Please sign in to comment.