Skip to content

DavidZantovsky/robot-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEST LINE

robot-core - FTC Robotics Prague


There were some major SDK updates for the new season, please read all READMEs/documentation before pushing to master.

00 - Intro

This is the main code repository for the FTC Robotics team 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.

01 - How to 'download' this repository

GUI (Application)

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.

GIF showing cloning process

Command-line

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

02 - Contributors with push access

  • @isphsrobotics
    • This is the account used on school computers. Any robotics member can use it, however usually it is used by Alex (insightdev).
  • @insightdev
    • Alex
  • @DanielHamill
    • Daniel
  • @champaru
    • Roman

03 - Where stuff is

Guide to Robotics

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.

Bugs, issues, and checklists

This will be found under the Issues tab in github (press g i)

Other links

04 - Contributing

If you want to contribute, please read the CONTRIBUTING document.


©️ International School of Prague FTC Robotics Team 2016-2017. All rights reserved

About

Core code for the robot (Java)

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.3%
  • TeX 12.7%