We are an all girls robotics team located in San Jose, California, and participate in FIRST (For Inspiration and Recognition in Science and Technology) Robotics Competition. Our code is written in C++, using WPI Lib, OpenCV, and other code libraries. If you would like to learn more about our team, you can visit us at our website.
If you would like to download our code repository using the command line, run the following command in your terminal shell. Otherwise, ignore this command and follow the instructions to use SourceTree.
$ git clone --recursive https://github.com/FRCTeam1967/FRCTeam1967.git
Many members of our team like to use SourceTree to manage their code. If you are using SourceTree, follow these instructions:
Follow the steps below to download SourceTree.
- Go to this website.
- Click the green download button
- Create an Atlassian account
- Follow the instructions given to create it
- Go back to SourceTree, and login with your Atlassian account
- Click the Github icon, enter your GitHub information, and sign in
- Open SourceTree
- Next to the searchbar that says "filter repositories," drop down the tab that says "New"
- Select Clone from URL
- Enter this source URL
- Select the destination path and name the repository
- Press clone
Before you use our code, make sure you have completed all of these installations. Follow the instructions below to complete them.
- Go to this website
- Under the JDK section, click install
- This should take you to a page called Java SE Development Kit 8 Downloads
- Accept the License Agreement, and then download it for Mac or Windows, depending on your device
- Follow the instructions for installation when prompted
- Go to this website
- Click download. Depending on your operating system, you can download VS Code for Windows, Ubuntu, or Mac.
- Go to this website
- Select the correct version of
WPILib 2020.2.2 Update
to install for your computer - Unzip / Open the download in your file system
- Next steps for Mac
- Rename your current
wpiLib
folder towpiLib2020
and create a new, empty folder in your home directory calledwpiLib
. - Once downloaded, rename the
WPILib 2020.2.2 Update
folder to2020
. - Move the
2020
folder that you downloaded into your newwpiLib
folder. - Open up your terminal, and type the following:
cd wpiLib/2020/tools
&python ToolsUpdater.py
. - Open VSCode , and you should see a popup asking if you want to update WPILib. say yes.
- Try building a working project (eg. 2020_Infinite_Recharge).
- Rename your current
- Next steps for Windows
- Run the installer (if you get "Windows Defender SmartScreen prevented an unrecognized app..." then click "More Info" and "Run Anyway")
- If you've previously installed WPILib, only select the option to install "Gradle" (uncheck VScode, JDK, and the C++ compiler)
- Once the installation is complete, try building a working project
- Open the VS Code project you are working
- Right click on
build.gradle
in the project tree, then selectManage Vendor Libraries
. - At the top of your screen, a menu will appear. Select
Install new libraries (offline)
.- Alternatively you can use “Install new libraries (online)” option with this website. However this is not recommended as this requires a live Internet connection to use your FRC project
- The menu will now display a list of vendor libraries you can install. Check
CTRE Phoenix
, then clickOK
. - If you are having trouble installing the Phoenix Library for VS Code, go to this website for more information & instructions.
Our team has an open soure license. If you have any questions or concerns regarding licensing, please contect the team at [email protected].