An open API service indexing awesome lists of open source software.

https://github.com/5152alotobots/2023robotcode

FRC 5152's robot code for the 2022-2023 season
https://github.com/5152alotobots/2023robotcode

frc frc-java gradle java

Last synced: 2 months ago
JSON representation

FRC 5152's robot code for the 2022-2023 season

Awesome Lists containing this project

README

        

2022-2023 season robot code (Team 5152)

[![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)](https://jdk.java.net/11/)
[![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)](https://github.com/FRC5152Alotobots/2023robotCode/actions)
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/FRC5152Alotobots/2023robotCode)








FRC 5152 Alotobots


The GitHub for FRC Team 5152.




View Code
·
Report Bug
·
Request Feature


## About The Project

### Built With
* [Wpilib](https://wpilib.org/)
* [JDK 11](https://jdk.java.net/11/)

## Getting Started
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/FRC5152Alotobots/2023robotCode/)

### Prerequisites

* JDK 11
```sh
# 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)
```sh
#Get package for your system https://github.com/wpilibsuite/allwpilib/releases/

#Most linux distros
tar -xf WPILib_Linux-.tar.gz
cd WPILib_Linux-/
./WPILibInstaller

#Windows
#Extract and run installer

#Macos
#Download installer and run
```
### Installation

1. Clone the repo
```sh
git clone https://github.com/FRC5152Alotobots/2023robotCode.git
```

2. Build
```sh
# Right-click on the build.gradle file in the project hierarchy and select “Build Robot Code”
```

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

## Roadmap

- [ ] Finish swerve drive code
- [ ] Program hand
- [ ] Program lift
- [ ] Program computer vision/auton

See the [open issues](https://github.com/FRC5152Alotobots/2023robotCode) for a full list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. IF you want to help, open a pull request with your changes. **Feel free to fork this project to suit your own needs if you wish.**

## Contact

Project Link: [github.com](https://github.com/FRC5152Alotobots/2023robotCode)

Developer Emails:

[email protected]

[email protected]

(back to top)