Skip to content
Loyce A edited this page Oct 18, 2022 · 19 revisions

Welcome to the KnightKrawler Java Training!

This introduction to Java programming is intended for all KnightKrawler students to complete in preparation for programming robots for Turtle Trials and finally for competitions. This tutorial doesn't cover all aspects of Java or WPILib. Instead, this tutorial will focus on only the most essential parts of Java and WPILib typically needed to write code for an FRC robot. For example, we typically don't need switch statements in robot programming so we will not cover switch statements even though they can be an important part of some Java programs.

Throughout the duration of this tutorial, we will be learning about:

  • Git & Github
  • Variables & Constants
  • Classes & Methods
  • Conditional & Control Statements
  • Coding Syntax
Clone this wiki locally