https://github.com/frc-ironlions-967/2019-deepspace
Mission Control for the 2019 FRC Season
https://github.com/frc-ironlions-967/2019-deepspace
Last synced: 3 months ago
JSON representation
Mission Control for the 2019 FRC Season
- Host: GitHub
- URL: https://github.com/frc-ironlions-967/2019-deepspace
- Owner: FRC-IronLions-967
- License: mit
- Created: 2019-01-09T00:47:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T20:50:15.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T18:52:25.024Z (5 months ago)
- Language: Java
- Homepage:
- Size: 259 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### Windows, linux, RoboRio
[](https://dev.azure.com/matthewbehnke0/matthewbehnke0/_build/latest?definitionId=1?branchName=master) [](https://dev.azure.com/matthewbehnke0/matthewbehnke0/_build/latest?definitionId=1?branchName=master) [](https://dev.azure.com/matthewbehnke0/matthewbehnke0/_build/latest?definitionId=1?branchName=master)
# Iron Lions 2019 Codebase
### How to deploy to the robot
Go over to the releases tab and download the latest release. Once the file is downloaded unzip the folder. Next open the folder and type ```cmd``` into the folder path to open a command prompt in the projects directory. then while still connected to the internet type ```./gradlew build```. After the build finishes and gradle downloads all of the required files connect to the robot and type ```./gradlew deploy```.