https://github.com/thegreenmachine/zbob
2018 FIRST Power Up Robot Code
https://github.com/thegreenmachine/zbob
frc robot
Last synced: about 1 year ago
JSON representation
2018 FIRST Power Up Robot Code
- Host: GitHub
- URL: https://github.com/thegreenmachine/zbob
- Owner: TheGreenMachine
- Created: 2018-01-09T01:57:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T19:56:28.000Z (over 7 years ago)
- Last Synced: 2025-04-08T12:21:42.585Z (about 1 year ago)
- Topics: frc, robot
- Language: Java
- Size: 893 KB
- Stars: 5
- Watchers: 11
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zBob
2018 FIRST Power Up Robot Code
# Controller
Logitech F310 Gamepad in "D" mode (switch on back of gamepad), Make sure "Mode" button on front is toggled off.
# Setting Up A New Gradle Project In IDEA
* Make an empty directory for the project
* Paste in the files from GradleRIO Quickstart download (in the java folder)
* Open a terminal in the directory and run `./gradlew idea`
* Open IntelliJ and open the project directory
* Make sure you have the FRC Plugin for IntelliJ installed
* Follow all prompts in the bottom right (making sure to import gradle project and FRC framework, etc)