generated from Team488/FRCRobotTemplate
-
Notifications
You must be signed in to change notification settings - Fork 46
Git Introduction
Michael Poretti edited this page Nov 18, 2021
·
1 revision
In a nutshell:
- It's really useful to save your code somewhere that isn't just on your local computer, in case your computer dies
- If all your code is somewhere where everybody can reach it, that means everybody can work on it together
- If you keep backups of what your code was like in the past, you can go back to it if you messed something up now.
- We call the code the "source code." Since we want to keep it under control (backed up, available, etc), we call solutions to this problem "Source Control."
- Source control systems such as Git or SVN let us easily back up our code and collaborate together
- Home
- Challenges
- Setting up your environment
- Basic Robot Principles
- Tank Drive
- Altering Tank Drive
- Moving to a target position
- Rotating to a target orientation
- Factories
- The Power of Injection
- Dependency Injection with Dagger
- Upgrading Using the SeriouslyCommonLib
- Running XbotEDU on a Real Robot
- Auto Stopping Collector