{"id":15149177,"url":"https://github.com/thegreenmachine/zodiac","last_synced_at":"2025-10-24T05:31:17.560Z","repository":{"id":44913203,"uuid":"228888549","full_name":"TheGreenMachine/Zodiac","owner":"TheGreenMachine","description":"2020-2021 FIRST Infinite Recharge Robot Code","archived":false,"fork":false,"pushed_at":"2022-12-16T08:18:55.000Z","size":14222,"stargazers_count":4,"open_issues_count":49,"forks_count":1,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-01-30T23:51:12.166Z","etag":null,"topics":["computer-vision","first-robotics-competition","frc-infinite-recharge","java","opencv","python","zed-camera"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2019-12-18T17:19:56.000Z","updated_at":"2024-11-23T03:12:49.000Z","dependencies_parsed_at":"2023-01-29T11:16:46.824Z","dependency_job_id":null,"html_url":"https://github.com/TheGreenMachine/Zodiac","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZodiac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZodiac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZodiac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheGreenMachine%2FZodiac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheGreenMachine","download_url":"https://codeload.github.com/TheGreenMachine/Zodiac/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237918710,"owners_count":19387305,"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":["computer-vision","first-robotics-competition","frc-infinite-recharge","java","opencv","python","zed-camera"],"created_at":"2024-09-26T13:42:33.992Z","updated_at":"2025-10-24T05:31:15.627Z","avatar_url":"https://github.com/TheGreenMachine.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zodiac\nZodiac is FRC Team 1816's robot for the 2020 FRC season, *FIRST Infinite Recharge*. This software uses Java 11, the [WPILib](https://github.com/wpilibsuite/allwpilib) library, and the [CTRE Phoenix](https://github.com/CrossTheRoadElec/Phoenix-api) library.\n\n## Prerequisites\n1. You must have Java 11 installed on your system. You can [download OpenJDK 11 here](https://openjdk.java.net/projects/jdk/11/) or [download Oracle's JDK 11 here](https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html). Alternatively, this will be installed through the WPILib One-Click Installer.\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.\n3. You must have [Git](https://git-scm.com/) installed.\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.\n\n## Cloning\n\nOpen a new Bash shell and clone:\n```bash\n$ git clone https://github.com/TheGreenMachine/Zodiac.git\n```\n## Importing\n\n### Importing into IntelliJ IDEA\n\n1. Clone the project into your desired folder.\n2. Open IntelliJ IDEA to the welcome screen.\n3. **Do NOT select 'Open Project'**. Instead, select 'Import Project'.\n4. Select `Import project from external model`. Then select 'Gradle'.\n5. Configure your Gradle options:\n    * Make sure to select the \"Use gradle 'wrapper' task configuration' option.\n    * Verify that the Gradle JVM is set to 'Use Project JDK' (which should be Java 11).\n    * Keep other options as their defaults.\n6. Select 'Finish'. Your project should load in and be set up without issues.\n\n### Importing into Visual Studio Code\n\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.\n2. Clone the project into your desired folder.\n3. The WPILib VSCode extension should automatically detect and setup your project.\n\n## Build and Deploy\nBuild the project by running the build task through the Gradle wrapper. Just issue the following command in a Bash shell:\n```bash\n$ ./gradlew build\n```\nThis command isn't always necessary as it is often run by your IDE.\n\nDeploy the project to the robot by first connecting to the robot's wi-fi network and then running the following command:\n```bash\n$ ./gradlew deploy\n```\nThe deploy task will call the build task automatically.\n\nTo clear previous built binaries and minimize the possibility of bugs, it is recommended to run the clean task before deploying:\n```bash\n$ ./gradlew clean deploy\n```\n---\n2020 - FRC Team 1816 The Green Machine\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegreenmachine%2Fzodiac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegreenmachine%2Fzodiac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegreenmachine%2Fzodiac/lists"}