This is the main code repository for the FTC Robotics teams at the International School of Prague. This repo contains the main Android Studio project, as well as other team files files.
The main android studio code can be found under /ftc_app_master/. The main programming will be going on under the opmodes/ folder (direct link), while minor changes will be found in the other folders.
The best (and easiest) way to do this is to first install Github Desktop (also available through Homebrew's Caskroom, if you're familiar with that). Then, go to this repository in your browser (link here), click the green 'Clone or download' button on the right, and click the 'save in Github Desktop' button in the menu (next to 'Download ZIP'). The Github app should open, asking you to save the repository. You can save it wherever you want, but it's best if you keep the name ('clone as') as it is.
You can also open Terminal and type the following commands to get the repository on your computer (the $ symbol indicates the prompt):
$ cd ~/Desktop
$ git clone https://github.com/isphsrobotics/robot-core.git
- @isphsrobotics
- This is the account used on school computers. Any robotics member can use it, however usually it is used by Alex (insightdev).
- @DanielHamill
- Daniel
- @daniqueidoo
- Danique
Alex wrote a (albeit very basic) guide to how all of this works, you can find it in the root directory of the repo. The file is called robotics-guide.pdf. You can also follow this link.
Feel free to edit it if you know LaTeX.
This will be found under the Issues tab in github (press g i)
- This year's challenge
- Official FTC SDK (Github)
- FTC subreddit
- Incremental servo movement code snippet
- How to use the color sensor
This folder was created so that over time you can gather and share useful code/classes to make future programming easier. Each successive year the programmers will by more prepared by creating a library of future code.
If you want to contribute, please read the CONTRIBUTING document.
©️ International School of Prague FTC Robotics Team 2016-2017. All rights reserved
