Add aprilTagExample to Java example list (#709)

Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
Mohammad Durrani
2023-01-06 11:33:47 -05:00
committed by GitHub
parent bde023c025
commit ebef19af3d
2 changed files with 4 additions and 1 deletions

View File

@@ -6,6 +6,8 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
apply from: "${rootDir}/../shared/examples_common.gradle"
def ROBOT_MAIN_CLASS = "frc.robot.Main"
// Define my targets (RoboRIO) and artifacts (deployable files)
@@ -17,7 +19,7 @@ deploy {
// or from command line. If not found an exception will be thrown.
// You can use getTeamOrDefault(team) instead of getTeamNumber if you
// want to store a team number in this file.
team = project.frc.getTeamNumber()
team = project.frc.getTeamOrDefault(5940)
debug = project.frc.getDebugOrDefault(false)
artifacts {

View File

@@ -3,3 +3,4 @@ aimattarget
getinrange
simaimandrange
simposeest
apriltagExample