Skip to content

Commit 0754619

Browse files
Upgrade to ftc SDK Version 10.1
1 parent c98b63a commit 0754619

File tree

78 files changed

+2122
-11938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2122
-11938
lines changed

FtcRobotController/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:versionCode="55"
5-
android:versionName="10.0">
4+
android:versionCode="56"
5+
android:versionName="10.1">
66

77
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
88

FtcRobotController/src/main/java/org/firstinspires/ftc/robotcontroller/external/samples/ConceptAprilTagLocalization.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
* When an AprilTag in the TagLibrary is detected, the SDK provides location and orientation of the robot, relative to the field origin.
5959
* This information is provided in the "robotPose" member of the returned "detection".
6060
*
61+
* To learn about the Field Coordinate System that is defined for FTC (and used by this OpMode), see the FTC-DOCS link below:
62+
* https://ftc-docs.firstinspires.org/en/latest/game_specific_resources/field_coordinate_system/field-coordinate-system.html
63+
*
6164
* Use Android Studio to Copy this Class, and Paste it into your team's code folder with a new name.
6265
* Remove or comment out the @Disabled line to add this OpMode to the Driver Station OpMode list.
6366
*/

README.md

Lines changed: 1557 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)