Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Alejandro Escontrela edited this page Feb 16, 2019 · 1 revision

IGVC Electrical

Welcome to the electrcial repository of the Intelligent Ground Vehicle Competition!

Recommended Software (free)

  • a github account
    • the centralized location for all common files
  • git
    • popular version control system
    • quick tutorial
  • EAGLE
    • CAD software for designing printed circuit boards (PCBs)

Cloning the Repository

Now that you have all the required software, it's time to clone the repo!

To clone the repo, nagivate to the location in your computer where you would like the repository using the change directory command in your terminal (cd):

cd desired-location

Now its time to clone:

git clone https://github.com/RoboJackets/igvc-electrical.git

You now have all you need to start contributing to the IGVC Electrical team!