Skip to content

Independent Learning For FRC

SophiaNass edited this page Nov 20, 2024 · 4 revisions

🎓 Independent Learning for FRC

For Java programming language resources, click here.

In Robotics, developing your interests and knowledge independently is both very useful and very easy, as other teams get awards for educating others. However, this means that many resources are unprofessional or difficult to follow. Therefore, as a team we can compile a list of the best resources below; this is not a list of manuals and references (please put those in the Documentation page) but does contain course-formatted or YouTube-series tutorials. You can update this page using the Edit button if you have found some more high-quality materials.

General

  • [Video Series] FRC 0 to Autonomous
    • Very relevant and well-explained tutorials of coding drivetrains in the FRC.
    • I'd recommend using Synthesis to try out the code you write for these tutorials virtually.
  • [Text-Based] The FRC Documentation
    • The programming resources here such as the WPILib docs are very useful for learning all sorts of concepts.

Computer Vision