Code for "Bump", a robot built by the RocketDogs
gradlew.bat idea
Create IDEA project filesgradlew.bat cleanIdea
Remove IDEA project filesgradlew.bat eclipse
Create Eclipse project filesgradlew.bat cleanEclipse
Remove Eclipse project files
gradlew.bat deploy
will build and deploy your code.gradlew.bat riolog
will display the RoboRIO console output on your computer (run with-Pfakeds
if you don't have a driverstation connected).gradlew.bat shuffleboard
will start the shuffleboard app
- Connect to robot
- Connect to the wifi
6718
- Plug in through USB B
- Connect to the wifi
cd *cloned repo directory*
git checkout master
Changes branch to mastergit pull origin master
Updates the files to the version in origin/mastergradlew.bat deploy
Deploy code to robotgradlew.bat deploy --offline
Use this when connected to robot wifi or at competition