FRC Programming - quasics/quasics-frc-sw-2015 GitHub Wiki
- 2025 season:
- In-team instructions for software setup
- Instructions from FIRST on installing the tools are available on http://docs.wpilib.org, beginning here.
 
The following instructions are for other versions of the tools/IDE. DO NOT USE THESE FOR 2024 CODING unless you really know what you're doing (and even then, talk to Matt first).
- 
2024 season: - In-team instructions for software setup
- Instructions from FIRST on installing the tools are available on http://docs.wpilib.org, beginning here.
 
- 
2022/2023 season: - In-team instructions may be found here.
- Instructions from FIRST on installing the tools are available on http://docs.wpilib.org, beginning here.
 
- 
2021 season: - In-team instructions may be found here.
- Instructions from FIRST on installing the tools are available on http://docs.wpilib.org, beginning here.
 
- 
2020 season: - In-team instructions may be found here.
- Instructions from FIRST on installing the tools are available on http://docs.wpilib.org, beginning here.
 
- 
2019 season: 
- 
2019 pre-season: - Instructions from FIRST for setting up the Alpha version of tools
- Additional notes from the Alpha:
- If installing VS Code on a Mac, you may need to run the command "xattr -d com.apple.quarantine /path/to/where/you/installed/Visual\ Studio\ Code.app" in order to allow it to [automatically] update itself.
- The documented process for converting Eclipse projects to VS Code appears to not work (at least when attempted on a Mac): clicking on the "Upgrade Project" button doesn't actually do anything. :-(
 
- If installing VS Code on a Mac, you may need to run the command "
- 2018 season: Instructions for setting up the tools and getting the code
- 2017-2018 pre-season: Instructions for setting up the tools and getting the code
 
- WPI Library C++ documentation
- Video/vision processing
- Using "machine learning" to process video streams/images
- FRC Vision Processing resources
- Vision Processing Guide from FIRST (2017)
- Using a Raspberry Pi as a vision coprocessor
- 
Notes from previous Quasics work (mostly 2018+)
 
- Information about color spaces - this is useful when working with "color isolation" in vision processing, when you're trying to spot things that are a specific color
 
- Pneumatics Manual
- Sensor handling, a subset of which includes:
- Magnetometer calibration
- Sample code
- 
Code documentation
- NavX project home: https://github.com/kauailabs/
- NavX library repository URL: https://github.com/kauailabs/navxmxp.git
 
- 
ADXRS450 Gyroscope product information
- FRC-related product info, including pictures of installation on a Rio
- C++ docs for working with a gyro
- AndyMark product page