{"id":20013113,"url":"https://github.com/thegreenmachine/zitchfork","last_synced_at":"2025-07-06T00:08:44.559Z","repository":{"id":200574779,"uuid":"705786849","full_name":"TheGreenMachine/Zitchfork","owner":"TheGreenMachine","description":"Team 1816's codebase for the 2023 Corn Conundrum Minnetrials season robot, Zitchfork.","archived":false,"fork":false,"pushed_at":"2023-12-03T00:18:45.000Z","size":3322,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-02T02:30:24.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheGreenMachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-16T17:28:49.000Z","updated_at":"2023-10-16T18:31:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"4df428ee-9835-4eac-93ab-baef91cdfcd8","html_url":"https://github.com/TheGreenMachine/Zitchfork","commit_stats":null,"previous_names":["thegreenmachine/zitchfork"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheGreenMachine/Zitchfork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZitchfork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZitchfork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZitchfork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZitchfork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheGreenMachine","download_url":"https://codeload.github.com/TheGreenMachine/Zitchfork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZitchfork/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263828727,"owners_count":23516791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T07:34:46.593Z","updated_at":"2025-07-06T00:08:44.514Z","avatar_url":"https://github.com/TheGreenMachine.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zitchfork\r\nZitchfork is FRC Team 1816's robot for the 2023 FRC Minnetrials season, *Corn Conundrum*. This software uses Java 17, \r\n[WPILib](https://github.com/wpilibsuite/allwpilib), the [CTRE Phoenix](https://github.com/CrossTheRoadElec/Phoenix-api) Library, [Guice](https://github.com/google/guice), and [Apache Commons Math](https://github.com/apache/commons-math).\r\n\r\n## Prerequisites\r\n1. You must have Java 17 installed on your system. You can [download OpenJDK 17 here](https://openjdk.java.net/projects/jdk/17/) or [download Oracle's JDK 17 here](https://www.oracle.com/java/technologies/downloads/#java17). Alternatively, this will be installed through the WPILib One-Click Installer.\r\n2. You must have an IDE of your choice installed. [Visual Studio Code](https://code.visualstudio.com/) or [IntelliJ IDEA](https://www.jetbrains.com/idea/) are recommended as official and unofficial options. VSCode can be optionally installed using the WPILib One-Click Installer.\r\n3. You must have [Git](https://git-scm.com/) installed.\r\n4. It is recommended that you run the [WPILib One-Click Installer](https://github.com/wpilibsuite/allwpilib/releases). This includes the VSCode plugins as well as all NI software tools. It does **NOT** include any CTRE software tools.\r\n\r\n## Cloning\r\n\r\nOpen a new Bash shell and clone:\r\n```bash\r\n$ git clone https://github.com/TheGreenMachine/Zitchfork.git\r\n```\r\n## Importing\r\n\r\n### Importing into IntelliJ IDEA\r\n\r\n1. Clone the project into your desired folder.\r\n2. Open IntelliJ IDEA to the welcome screen.\r\n3. **Do NOT select 'Open Project'**. Instead, select 'Import Project'.\r\n4. Select `Import project from external model`. Then select 'Gradle'.\r\n5. Configure your Gradle options:\r\n    * Make sure to select the \"Use gradle 'wrapper' task configuration' option.\r\n    * Verify that the Gradle JVM is set to 'Use Project JDK' (which should be Java 17).\r\n    * Keep other options as their defaults.\r\n6. Select 'Finish'. Your project should load in and be set up without issues.\r\n\r\n### Importing into Visual Studio Code\r\n\r\n1. Make sure Visual Studio Code is properly set up with the Java Development Toolchains. Refer to [the WPILib Screensteps Guide](http://wpilib.screenstepslive.com/s/currentCS/m/getting_started/l/999999-installing-c-and-java-development-tools-for-frc) for further instructions.\r\n2. Clone the project into your desired folder.\r\n3. The WPILib VSCode extension should automatically detect and setup your project.\r\n\r\n## Build and Deploy\r\nBuild the project by running the build task through the Gradle wrapper. Just issue the following command in a Bash shell:\r\n```bash\r\n$ ./gradlew build\r\n```\r\nThis command isn't always necessary as it is often run by your IDE.\r\n\r\nDeploy the project to the robot by first connecting to the robot's wi-fi network and then running the following command:\r\n```bash\r\n$ ./gradlew deploy\r\n```\r\nThe deploy task will call the build task automatically.\r\n\r\nTo clear previous built binaries and minimize the possibility of bugs, it is recommended to run the clean task before deploying:\r\n```bash\r\n$ ./gradlew clean deploy\r\n```\r\n---\r\n2023 - FRC Team 1816 The Green Machine\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegreenmachine%2Fzitchfork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegreenmachine%2Fzitchfork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegreenmachine%2Fzitchfork/lists"}