Issaquah Robotics Society

Programming resources for FIRST Robotics team 1318

CoreRobot.java

The “main loop” of the robot is in CoreRobot.java (and Robot.java), which has a few entry points from the WPILib infrastructure that our code depends on. The class CoreRobot typically stays the same from year to year.

The entry points for code execution come from WPILib at the following times: