Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/team3256/frc_programming_2022

Team 3256's 2022 FRC Code.
https://github.com/team3256/frc_programming_2022

Last synced: about 2 months ago
JSON representation

Team 3256's 2022 FRC Code.

Awesome Lists containing this project

README

        

# FRC 2022 Robot Code

Team 3256's 2022 FRC robot code.

## Usage

To build, run

```
$ ./gradlew build
```

To deploy to a connected roboRIO, run

```
$ ./gradlew deploy
```

To see other Gradle tasks, run

```
$ ./gradlew tasks
```

## Documentation

Docs can be found [here](docs/Documentation.md).

## Contributing

Contribution docs can be found [here](docs/Contributing.md)

## Credits
- Team 1678 for their amazing README LEDSectionName on contributing code with Git, which can be found [here](https://github.com/frc1678/robot-code-public).
- Team 254 for their Installing and Usage README LEDSectionName, which can be found [here](https://github.com/Team254/FRC-2019-Offseason-Public).