Programming

What Does a Programmer Do in Robotics?

 Program the actions that the robot will take with the Java programming language in the Android Studio development environment. There are two parts of the game that we need to program. The first, Autonomous, is when the robot is controlled with a predefined set of moves. The second, TeleOp is when the robot is controlled with a controller. We will code both of these options in two separate files.

Tutorials

 The tutorials (see sidebar) do not require an understanding of programming or the Java programming language, but it does help. If you have questions at any point, see the W3 Schools Java Tutorial, email emmett.lach@gmail.com, or look up your question. There are many online resources for programming.