Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

5152Alotobots/5152_Crescendo

Repository files navigation

2022-2023 season robot code (Team 5152)

Java GitHub Actions GitHub



FRC 5152 Alotobots

The GitHub for FRC Team 5152.

View Code · Report Bug · Request Feature

About The Project

Built With

Prerequisites

  • JDK 11

      # Using Ubuntu
      sudo apt-get install openjdk-11-jdk

    Other versions can be found here

  • WPilib (Required if you want to build code to the robot locally/easily)

    #Get package for your system https://github.com/wpilibsuite/allwpilib/releases/
    
    #Most linux distros
    tar -xf WPILib_Linux-<version>.tar.gz
    cd WPILib_Linux-<version>/
    ./WPILibInstaller
    
    #Windows
    #Extract and run installer
    
    #Macos
    #Download installer and run

Installation

  1. Clone the repo

     git clone https://github.com/5152Alotobots/5152_ChargedUp.git
  2. Build

     # Right-click on the build.gradle file in the project hierarchy and select “Build Robot Code”
  3. Deploy to robot

     # Right-click on the build.gradle file in the project hierarchy and select “Deploy to robot”

Contact

Project Link: github.com
Developer Emails:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

(back to top)