Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/team3256/frc_programming_2022
- Owner: Team3256
- License: other
- Created: 2022-01-13T17:09:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T20:38:03.000Z (about 2 years ago)
- Last Synced: 2024-03-27T12:57:52.563Z (9 months ago)
- Language: Java
- Size: 2.62 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: docs/Contributing.md
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).