File tree Expand file tree Collapse file tree 7 files changed +19
-8
lines changed
apriltag/vision_portal/visionportal_webcams
programming_resources/shared Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,8 @@ calibration values** for the FTC VisionPortal default resolution of
148148Other Webcams
149149-------------
150150
151- Many other webcams are available online, with and without published `UVC
152- compatibility <https://en.wikipedia.org/wiki/List_of_USB_video_class_devices> `__.
153- The FTC SDK supports **only ** UVC compatible webcams. Many modern
151+ Many other webcams are available online, with and without published UVC
152+ compatibility. The FTC SDK supports **only ** UVC compatible webcams. Many modern
154153webcams are UVC compatible without specifically advertising it; often
155154indicated by “no drivers needed”.
156155
Original file line number Diff line number Diff line change 11:orphan:
22
3+ .. meta ::
4+ :robots: noindex, nofollow
5+
36.. only :: latex
47
58 Advanced Topics, Progrmming Resources
2730 /programming_resources/shared/myblocks/index
2831 /programming_resources/shared/external_libraries_blocks/external-libraries-blocks.rst
2932 /programming_resources/imu/imu.rst
30- /programming_resources/shared/installing_kotlin/Installing-Kotlin
33+ /programming_resources/shared/installing_kotlin/Installing-Kotlin
Original file line number Diff line number Diff line change 11:orphan:
22
3+ .. meta ::
4+ :robots: noindex, nofollow
5+
36.. only :: latex
47
58 April Tags in *FIRST * Tech Challenge
Original file line number Diff line number Diff line change 11:orphan:
22
3+ .. meta ::
4+ :robots: noindex, nofollow
5+
36.. only :: latex
47
58 *FIRST * Tech Challenge Control System
Original file line number Diff line number Diff line change 11:orphan:
22
3+ .. meta ::
4+ :robots: noindex, nofollow
5+
36.. only :: latex
47
58 *FIRST * Tech Challenge SDK
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ done by adding the following lines to the root ``build.gradle`` file in the ``bu
6161
6262 buildscript {
6363
64- ext.kotlin_version = '1.8.20 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
64+ ext.kotlin_version = '1.9.22 ' <----- ADD THIS LINE, UPDATE VERSION TO LATEST IF NEEDED
6565
6666 repositories {
6767 mavenCentral()
6868 google()
6969 }
7070
7171 dependencies {
72- classpath 'com.android.tools.build:gradle:7.2 .0'
72+ classpath 'com.android.tools.build:gradle:8.7 .0'
7373 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" <----- ADD THIS LINE
7474 }
7575 }
Original file line number Diff line number Diff line change @@ -515,9 +515,9 @@ computer includes the path to the adb.exe executable file. The
515515`Android Developer website <https://developer.android.com/tools/adb >`__
516516tells you where in your Android SDK installation you can find the
517517adb.exe file. This
518- `post <https://helpdeskgeek.com/windows-10/ add-windows-path-environment-variable/ >`__
518+ `post <https://helpdeskgeek.com/add-windows-path-environment-variable/ >`__
519519from
520- `HelpDeskGeek.com <https://helpdeskgeek.com/windows-10/ add-windows-path-environment-variable/ >`__
520+ `HelpDeskGeek.com <https://helpdeskgeek.com/add-windows-path-environment-variable/ >`__
521521shows how to add a directory to your Windows PATH environment
522522variable.
523523
You can’t perform that action at this time.
0 commit comments