-
Notifications
You must be signed in to change notification settings - Fork 1
Home
This Wiki contains procedural documentation for the Girls of Steel FRC programmers.
-
Programming Environment Set Up
Summarizes the FIRST "Getting Started" documents and then provides the extra steps specific to our team
-
Troubleshooting Build Problems
Solving problems with building projects
-
Using debug mode in Eclipse to debug (especially robot problems, but really anything)
-
Help with programming commands
-
All the Javadocs for the WPI libraries used in FRC code
-
Notes on using computer vision to locate the reflective game markers
-
Installing Windows, Firefox, etc. on a team laptop
-
What do all those blinky lights really mean? Find out here.
-
Upgrading Firmware and Setting Up Electronics
A checklist of steps to upgrade the firmware on the FRC electronics, set up the Wi-Fi radio, and program the CAN motor controllers.
-
The information needed when committing code.
-
How to use git from Eclipse.
-
What's the story with all those magic keywords?
-
Using branches for parallel changes that aren't ready to integrate into the main project
-
Problems, symptoms, and solutions
A page for problems you might run into, how to diagnose them, and how to solve them. NOTE: ADD NEW ERROR MESSAGES WHEN YOU HAVE THEM.
(more to come on merging, the history, undoing commits, etc, etc, in a bit.)