Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Merge pull request #1 from FIRST-Team-1699/ROBOT-CODE-THAT-WORKS
Browse files Browse the repository at this point in the history
Robot code that works
  • Loading branch information
squirlemaster42 authored Mar 18, 2022
2 parents e5ed5ab + 8cced67 commit 31c5885
Show file tree
Hide file tree
Showing 66 changed files with 1,826 additions and 87 deletions.
Binary file modified 2022-robot-code/.gradle/7.3.3/checksums/checksums.lock
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified 2022-robot-code/.gradle/7.3.3/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified 2022-robot-code/.gradle/7.3.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified 2022-robot-code/.gradle/7.3.3/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file not shown.
Binary file modified 2022-robot-code/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified 2022-robot-code/.gradle/file-system.probe
Binary file not shown.
34 changes: 34 additions & 0 deletions 2022-robot-code/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>2022-robot-code</name>
<comment>Project 2022-robot-code created by Buildship.</comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1646184320533</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
13 changes: 13 additions & 0 deletions 2022-robot-code/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=C\:/Users/Public/wpilib/2022/jdk
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true
Binary file added 2022-robot-code/bin/main/frc/robot/Main.class
Binary file not shown.
Binary file added 2022-robot-code/bin/main/frc/robot/Robot.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 2022-robot-code/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2022.2.1"
id "edu.wpi.first.GradleRIO" version "2022.3.1"
}

sourceCompatibility = JavaVersion.VERSION_11
Expand Down
Loading

0 comments on commit 31c5885

Please sign in to comment.